R/run_app.R

Defines functions run_app

Documented in run_app

#' run the Shiny Application
#'
#' @export
#' @importFrom shiny runApp
run_app <- function() {
  shiny::runApp(system.file("app", package = "shinylego"))
}
rpodcast/shinylego documentation built on Oct. 1, 2021, 6:37 a.m.