# NOT RUN {
# Download daily mean aggregated over the standard day
# }
# NOT RUN {
get_daily(
parameter_type = "Water Course Discharge",
station_number = "410730",
start_date = "2020-01-01",
end_date = "2020-01-31",
var = "mean",
aggregation = "24HR"
)
# }
# NOT RUN {
# Download daily mean aggregated between 9am to 9am
# }
# NOT RUN {
get_daily(
parameter_type = "Water Course Discharge",
station_number = "410730",
start_date = "2020-01-01",
end_date = "2020-01-31",
var = "mean",
aggregation = "09HR"
)
# }
# NOT RUN {
# Download the daily max over the standard day
# }
# NOT RUN {
get_daily(
parameter_type = "Water Course Discharge",
station_number = "410730",
start_date = "2020-01-01",
end_date = "2020-01-31",
var = "max",
aggregation = "24HR"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab