run_app | R Documentation |
Run the Shiny Application
run_app(
Uniq_id = NULL,
url_va = NULL,
onStart = NULL,
options = list(),
enableBookmarking = "server",
uiPattern = "/",
...
)
Uniq_id |
path to a csv files for dict_uqid. |
url_va |
url to va for phecode. |
onStart |
A function that will be called before the app is actually run.
This is only needed for |
options |
Named options that should be passed to the |
enableBookmarking |
Can be one of |
uiPattern |
A regular expression that will be applied to each |
... |
arguments to pass to golem_opts. See '?golem::get_golem_options' for more details. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.