run_app {EpiSimR} | R Documentation |
Launch the shiny app of the package EpiSimR
Description
Launch the shiny app of the package EpiSimR
Usage
run_app()
Value
No return value, called for side effects. This function launches a Shiny application.
Examples
if (interactive()) {
library(EpiSimR)
run_app()
}
[Package EpiSimR version 1.1 Index]