Launch the Yarra River Water Quality Shiny App
run_yarra_app.RdThis function opens an interactive dashboard for exploring the
Yarra River water quality dataset (yarra_wq).
Details
The app allows you to:
Choose a parameter (e.g., pH, Temperature, DO)
Choose a site or view all combined
Explore how values change over time
Examples
if (interactive()) {
run_yarra_app()
}