uk | R Documentation |
Retrieve UK gauge data
uk(site, variable, start_date = NULL, end_date = NULL, sites = FALSE, ...)
site |
UK gauge number |
variable |
Character. Either |
start_date |
Character. Optional start date with format YYYY-MM-DD. Default is 1900-01-01. |
end_date |
Character. End date with format YYYY-MM-DD. Default is the current date. |
sites |
Logical. If TRUE, returns a list of measurement sites. |
... |
Additional arguments. None implemented. |
data frame of discharge time-series
site <- "http://environment.data.gov.uk/hydrology/id/stations/3c5cba29-2321-4289-a1fd-c355e135f4cb"
x <- uk(site, variable = "discharge")
plot(x$Date, x$Q, type='l')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.