powered by
Retrieve Quebec gauge data
quebec(site, variable, start_date = NULL, end_date = NULL, sites = FALSE, ...)
data frame of discharge time-series
quebec gauge number
Character. Either stage or discharge.
stage
discharge
Character. Optional start date with format YYYY-MM-DD. Default is 1900-01-01.
Character. End date with format YYYY-MM-DD. Default is the current date.
Logical. If TRUE, returns a list of measurement sites.
Additional arguments. None implemented.
# \donttest{ site <- "074903" x <- quebec(site, variable = "stage") plot(x$Date, x$H, type='l') # }
Run the code above in your browser using DataLab