#' Run the eight pillars app
#'
#' @export
run_pillars <- function() {
app_dir <- system.file("shiny", "pillars", package = "quantr")
shiny::runApp(app_dir, display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.