Query group data from the CDEC web services.
cdec_query_group(groups, start.date, end.date, ...)
A tibble.
Note that CDEC timestamps are in Pacific Time and Daylight Savings adjustments are reflected. In R, this is equivalent to the timezone "US/Pacific".
if(interactive()){
cdec_query_group("SR1", Sys.Date() - 5, Sys.Date())
}