run_app | R Documentation |
Run the Shiny Application
run_app(options = list(launch.browser = TRUE), ...)
options |
A list of options to be passed to shinyApp. Common options include launch.browser & port. You must always set ALL options you care about in one go. E.g. if you use options=list(port=3838) we cannot guarantee the launch.browser option will remain true. If multiple options are important to you, force-set them all, e.g. options(list(launch.browser=TRUE, port = 3838)) |
... |
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.