#' Start a boilerplate shiny app
#' @inheritDotParams shiny::runApp
#' @inherit shiny::runApp
#' @keywords internal
#' @export
runOldFaithful <- function(...) {
shiny::runApp(appDir = system.file("app", package = "shinycaas"), ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.