Skip to contents

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.

Usage

run_app(...)

Arguments

...

Additional arguments passed to shiny::shinyAppDir().

Value

Starts the execution of the app, printing the port to the console.

Examples

if (interactive()) {
 run_app()
}