Learn R Programming

bestSDP (version 0.1.2)

runbestsdp: Run the Burden ESTimate in Settlements of Displaced Populations (BESTSDP) Shiny Web Application

Description

Function runbestsdp is used start the BESTSDP Shiny Web Application. BestSDP is a web application created to serve as a graphical user interface for generating figures and tables for burden of conmmon communicable diseases estimate in SDP. It was created using Shiny, a web application framework for R.

Usage

runbestsdp(launch.browser = TRUE, ...)

Arguments

launch.browser

whether if you want to launch the app in an external browser.

...

other parameters passed to shiny::runApp.

Examples

Run this code
# NOT RUN {
library("bestSDP")
runbestsdp(launch.browser = TRUE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab