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 debug = TRUE, then tracing output will be displayed in the R console so that the user can see the values being passed between the R session running the application and the browser displaying the application.

shiny.server

Setting this parameter to TRUE will return the app in the form of an object rather than invoking it. This is useful for deploying this app via shiny-server.

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()
}

[Package idcnrba version 1.1.0 Index]