cdec_query_group {cder} | R Documentation |
Query CDEC Group
Description
Query group data from the CDEC web services.
Usage
cdec_query_group(groups, start.date, end.date, ...)
Arguments
groups |
A vector of group codes. |
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_group("SR1", Sys.Date() - 5, Sys.Date())
}
[Package cder version 0.3-1 Index]