This repository's active Shiny app lives in:
App Workflow/
Run locally with:
Rscript -e 'shiny::runApp("App Workflow", launch.browser = TRUE)'App Workflow/: the live app, app-specific data, and the main project READMEdata-raw/: ETL scripts and helper functions used to rebuild committed app datadeliverables/: screenshots and presentation/report assetslegacy/: archived historical artifacts kept for record-keeping, not used by the current app
The app reads from:
App Workflow/data/
The ETL scripts in data-raw/ now refresh that same folder directly so the rebuild path matches the running app.