R/shiny.R

Defines functions run_pillars

Documented in run_pillars

#' Run the eight pillars app
#'
#' @export
run_pillars <- function() {
  app_dir <- system.file("shiny", "pillars", package = "quantr")
  shiny::runApp(app_dir, display.mode = "normal")
}
pieterprovoost/quantr documentation built on April 16, 2023, 12:50 p.m.