powered by
Retrieve South African gauge data
southAfrica( site, variable = "stage", start_date = NULL, end_date = NULL, sites = FALSE, ... )
data frame of discharge time-series
South African 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.
if (FALSE) { site <- "X3H023" start_date <- as.Date("2000-01-01") end_date <- as.Date("2010-01-01") x <- southAfrica(site, "stage", start_date, end_date) }
Run the code above in your browser using DataLab