launch_app | R Documentation |
Launches an interactive application for conducting nonresponse bias analysis.
launch_app(maxRequestSize = 50, debug = FALSE, shiny.server = FALSE)
maxRequestSize |
Number defining the maximum allowed filesize (in megabytes) for uploaded files, defaults to 50MB |
debug |
Logical value. If |
shiny.server |
Setting this parameter to |
The application is a graphical user interface developed using the shiny and rmarkdown frameworks. This application requires Pandoc to be installed. If the application is run from within RStudio, then Pandoc should automatically be available, as Pandoc is bundled with RStudio installations.
Launches an interactive Shiny app; the function does not return a value.
if (interactive()) {
launch_app()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.