R/run_app.R

#' Run the Shiny Application
#'
#' @export
#' @importFrom shiny runApp
run_app <- function() {
  shiny::runApp(system.file("app", package = "golemtest"))
}
ch4413/golemtest documentation built on June 4, 2019, 12:02 a.m.