cdec_datasets.Rddisplay a data frame of available data for a station.
cdec_datasets(station, keyword = NULL)
| station | cdec station code |
|---|---|
| keyword | return sensors containing this keyword. NULL by default returns all available sensors. |
data frame with available data as rows.
# get a list of dataframes available for CCR if (FALSE) { cdec_datasets("ccr") }