run_app | R Documentation |
Run the Shiny Application
run_app(..., lb = TRUE, serverMode = FALSE)
... |
A series of options to be used inside the app. |
lb |
Launch browser. Default: TRUE. |
serverMode |
If TRUE the app will use data stored on the server, otherwise the datsets saved in the package. Default: FALSE. |
## Not run:
run_app()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.