run_app | R Documentation |
Run the Shiny Application
run_app(shiny.maxRequestSize = 5 * 1024^3, ...)
shiny.maxRequestSize |
This is a number which specifies the maximum web request size, which serves as a size limit for file uploads. If unset, the maximum request size defaults to 1024 MiB. |
... |
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.