A wrapper for shiny::shinyAppDir()
.
Usage
run_app(
app = c("diversity", "seriation", "source", "ternary", "ca", "pca"),
bookmark = FALSE,
options = list(launch.browser = interactive())
)
Arguments
- app
A
character
string specifying the Shiny application to run (see details). Any unambiguous substring can be given.- bookmark
A
logical
scalar: should server-side bookmarking of the application be enabled (seeshiny::enableBookmarking()
)?- options
A
list
of named options that should be passed to theshiny::shinyAppDir()
call.