#' tutorial_tab
#'
tutorial_tab <- function() {
tabPanel(
id = "tuts",
"Tutorial",
fluid = TRUE,
mainPanel(includeMarkdown(app_sys("Tutorial.md")))
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.