R/run_app.R

Defines functions bddwc_app

Documented in bddwc_app

#' Run the Shiny Application
#'
#' @export
#' @importFrom shiny runApp
bddwc_app <- function() {
  shiny::runApp(system.file("app", package = "bddwc.app"), launch.browser = TRUE)
}
bd-R/bddwc.app documentation built on Oct. 6, 2021, 6:44 a.m.