#' Get Text for Help Panel in Shiny App
#'
#' @param id id of selected tab
#'
#' @export
getHelp <- function(id) {
tagList(
tags$b("Welcome to the FRUITS App!"),
tags$p("This is the help")
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.