A wrapper for shiny::shinyAppDir()
.
Usage
run_app(app = c("seriate", "ca"), browser = TRUE, display = "auto")
Arguments
- app
A
character
string specifying the Shiny application to run (see details). Any unambiguous substring can be given.- browser
A
logical
scalar: should the app be run in the browser?- display
A
character
string specifying the mode in which to display the application (seeshiny::runApp()
).
See also
Other shiny:
deploy()