run_app: Launch the shiny app of the package EpiSimR

View source: R/run_app.R

run_appR 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()
}


EpiSimR documentation built on April 4, 2025, 1:07 a.m.