inst/app_with_golem/showsloth/R/run_app.R

#' Run the Shiny Application
#'
#' @param ... Add golem options
#' 
#' @export
#' @importFrom shiny shinyApp
#' @importFrom golem with_golem_options
run_app <- function(...) {
  with_golem_options(
    app = shinyApp(ui = app_ui, server = app_server), 
    golem_opts = list(...)
  )
}
ThinkR-open/paresseux documentation built on Oct. 31, 2019, 12:14 a.m.