R/run_app.R

Defines functions bdchecks_app

Documented in bdchecks_app

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