Run the Shiny Application
1 2 3 4 5 | run_app(
port = as.numeric(Sys.getenv("RESVIEW_PORT")),
launch.browser = TRUE,
...
)
|
... |
A series of options to be used inside the app. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.