The example_wrccList
dataset provides a quickly loadable list of
raws_timeseries objects containing WRCC data for the station in Saddle Mountain, and Wellpinit
Washington, (wrccIDs: waWSAD, waWWLP) between September 30th and October 1st 2020.
This dataset was generated on 2020-10-1 by running:
library(RAWSmet)
setRawsDataDir("~/Data/RAWS")
wrccIDs <- c("waWSAD", "waWWLP")
example_wrccList <- wrcc_loadMultiple(wrccIDs = wrccIDs, year = 2020, password = MY_PASSWORD)
save(example_wrccList, file = "data/example_wrccList.rda")
example_wrccList
A list of two raws_timeseries objects each containing meta
and data
dataframes.