run_app | R Documentation |
Run movedesign R Shiny application
run_app(
onStart = NULL,
options = list(),
enableBookmarking = NULL,
uiPattern = "/",
...
)
onStart |
A function called before the app runs. Only relevant for programmatic usage. |
options |
A named list passed to |
enableBookmarking |
One of |
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 |
No return value. This function is called for its side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.