Learn R Programming

EpiSimR (version 1.1)

run_app: Launch the shiny app of the package EpiSimR

Description

Launch the shiny app of the package EpiSimR

Usage

run_app()

Arguments

Value

No return value, called for side effects. This function launches a Shiny application.

Examples

Run this code
if (interactive()) {
  library(EpiSimR)
  run_app()
}

Run the code above in your browser using DataLab