runbestsdp {bestSDP} | R Documentation |
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. |
Author(s)
You Li, You.Li2@ed.ac.uk
Examples
library("bestSDP")
runbestsdp(launch.browser = TRUE)
[Package bestSDP version 0.1.2 Index]