launch_app {idcnrba} | R Documentation |
Launch the IDC NRBA application
Description
Launches an interactive application for conducting nonresponse bias analysis.
Usage
launch_app(maxRequestSize = 50, debug = FALSE, shiny.server = FALSE)
Arguments
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 |
Details
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.
Value
Launches an interactive Shiny app; the function does not return a value.
Examples
if (interactive()) {
launch_app()
}