R/run_app.R

Defines functions run_app

Documented in run_app

#' Run the Shiny Application
#'
#' @param argument A flag of the test argument.
#' @export
run_app <- function(argument) {
  
  shinyOptions(argument = argument)
  
  shiny::shinyAppDir(system.file("app", package = "apptemplate"))
}
poissonconsulting/apptemplate documentation built on Aug. 1, 2020, 8:40 p.m.