Package 'bestSDP'

Title: Burden Estimate of Common Communicable Diseases in Settlements of Displaced Populations
Description: Provides a practical tool for estimating the burden of common communicable diseases in settlements of displaced populations. An online version of the tool can be found at <http://who-refugee-bod.ecdf.ed.ac.uk/shiny/app/>. Estimates of burden of disease aim to synthesize data about cause-specific morbidity and mortality through a systematic approach that enables evidence-based decisions and comparisons across settings. The focus of this tool is on four acute communicable diseases and syndromes, including Acute respiratory infections, Acute diarrheal diseases, Acute jaundice syndrome and Acute febrile illnesses.
Authors: You Li [aut, cre]
Maintainer: You Li <[email protected]>
License: GPL (>= 2)
Version: 0.1.2
Built: 2025-02-21 04:15:28 UTC
Source: https://github.com/cran/bestSDP

Help Index


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, [email protected]

Examples

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