Run movedesign R Shiny application
Usage
run_app(
onStart = NULL,
options = list(),
enableBookmarking = NULL,
uiPattern = "/",
...
)Arguments
- onStart
A function called before the app runs. Only relevant for programmatic usage.
- options
A named list passed to
shiny::runApp.- enableBookmarking
One of
url,server, ordisable. The default,NULL, respects any previous call toenableBookmarking.- uiPattern
A regular expression used to match request paths. The request path must match the expression in full to be handled by the UI.
- ...
arguments to pass to golem_opts. See
?golem::get_golem_optionsfor more details.
