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