Run movedesign R Shiny application
run_app(
onStart = NULL,
options = list(),
enableBookmarking = NULL,
uiPattern = "/",
...
)No return value. This function is called for its side effects.
A function called before the app runs. Only relevant for programmatic usage.
A named list passed to shiny::runApp.
One of url, server, or disable. The
default, NULL, respects any previous call to enableBookmarking.
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_options for more details.