cdec_query {cder} | R Documentation |
Query CDEC
Description
Query data from the CDEC web services.
Usage
cdec_query(stations, sensors, durations, start.date, end.date, ...)
Arguments
stations |
A vector of station codes. |
sensors |
A vector of sensor numbers. |
durations |
A vector of durations. Possible duration codes are
|
start.date |
The start date of the query. |
end.date |
The end date of the query. |
... |
Not used. |
Details
Note that CDEC timestamps are in Pacific Time and Daylight Savings adjustments are reflected. In R, this is equivalent to the timezone "US/Pacific".
Value
A tibble.
Examples
if(interactive()){
cdec_query("NSL", 100, "E", Sys.Date() - 5, Sys.Date())
}
[Package cder version 0.3-1 Index]