R/run_app.R

Defines functions run_app

Documented in run_app

#' Run the Shiny Application
#'
#' @param options optional, described in ?shiny::shinyApp
#' @param ... arguments to pass to golem_opts
#'
#' @export
run_app <- function(options = list()) {
  shiny::shinyApp(ui = app_ui,
           server = app_server,
           options = options) 
  
}
mcmcapewell/eS-image-issue-reprex documentation built on Dec. 21, 2021, 3:59 p.m.