run_app
launches the interactive Shiny web application for
EpiTrax data analysis and report generation. The app provides a user-friendly
interface for uploading data, configuring reports, and generating various
types of disease surveillance reports.
Arguments
- ...
Additional arguments passed to
shiny::shinyAppDir()
.
Examples
if (interactive()) {
run_app()
}