Description Usage Arguments Author(s) Examples
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.
1 | runbestsdp(launch.browser = TRUE, ...)
|
launch.browser |
whether if you want to launch the app in an external browser. |
... |
other parameters passed to shiny::runApp. |
You Li, You.Li2@ed.ac.uk
1 2 | library("bestSDP")
runbestsdp(launch.browser = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.