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 aws.s3 bslib glue dplyr reactable sass shiny shinyalert shinyWidgets timevis
#'

run_app <- function(options = list()) {
  app_directory <- system.file("hbcdtlfb", package = "hbcdtlfb")
  shiny::shinyAppDir(app_directory, options = options)
}
ucsd-dsm/hbcd-tlfb documentation built on July 10, 2022, 5:46 p.m.