#' Run the Shiny Application
#'
#' @param argument A flag of the test argument.
#' @export
run_app <- function(argument) {
shinyOptions(argument = argument)
shiny::shinyAppDir(system.file("app", package = "apptemplate"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.