R/run_app.R

Defines functions run_app

Documented in run_app

#' Launch the app 
#' 
#' @param options Named options that should be passed to the run_app call.
#' @return
#' Open browser
#' 
#' @export
#'
#' @import bslib ggplot2 sass shiny shinyWidgets tidyverse
#' 

run_app <- function(options = list()) {
  app_directory <- system.file("abcdmetrics", package = "abcdmetrics")
  shiny::shinyAppDir(app_directory, options = options)
}
ocelhay/abcd-metrics documentation built on April 23, 2022, 12:39 a.m.