launch_app.RdLaunches 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()No return value, called for side effects
if (FALSE) { # \dontrun{
# Launch the Shiny app
launch_app()
} # }