example_wrccList: Example list of WRCC timeseries data

example_wrccListR Documentation

Example list of WRCC timeseries data

Description

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")

Usage

example_wrccList

Format

A list of two raws_timeseries objects each containing meta and data dataframes.


MazamaScience/RAWSmet documentation built on May 6, 2023, 6:57 a.m.