runbestsdp: Run the Burden ESTimate in Settlements of Displaced...

Description Usage Arguments Author(s) Examples

View source: R/runbestsdp.R

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

1
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

1
2
library("bestSDP")
runbestsdp(launch.browser = TRUE)

bestSDP documentation built on Dec. 16, 2019, 1:33 a.m.

Related to runbestsdp in bestSDP...