Skip to contents

This function opens an interactive dashboard for exploring the Yarra River water quality dataset (yarra_wq).

Usage

run_yarra_app()

Value

Launches a Shiny app; does not return a value.

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