Launches the interactive Shiny application for exploring Yarra River streamflow data. The app allows users to visualize flow patterns, analyze seasonal variations, and identify high flow events.

launch_app()

Value

No return value, called for side effects

Examples

if (FALSE) { # \dontrun{
# Launch the Shiny app
launch_app()
} # }