example_cefaList | R Documentation |
The example_cefaList
dataset provides a quickly loadable list of
raws_timeseries objects containing FW13 data for the station in Saddle Mountain, and Wellpinit
Washington, (nwsIDs: 452701, 452918) from September 2017.
This dataset was generated on 2022-01-31 by running:
library(RAWSmet) setRawsDataDir("~/Data/RAWS") nwsIDs <- c("452701", "452918") example_cefaList <- cefa_loadMultiple(nwsIDs = nwsIDs) rawsList_filterDate(20170901, 20171001, timezone = "America/Los_Angeles") save(example_cefaList, file = "data/example_cefaList.rda")
example_cefaList
A list of two raws_timeseries objects each containing meta
and data
dataframes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.