#' Server for home tab
#'
#' @param strID Tab ID
#'
#' @return
HomeServer <- function( id="Home" ){
retModule <- function( input, output, session ){}
retServer <- moduleServer( id, module = retModule )
return( retServer )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.