The example_cefa_Saddle_Mountain dataset provides a quickly loadable raws_timeseries object containing FW13 data for the station in Saddle Mountain, Washington, (nwsID: 452701) in 2017.

This dataset was generated on 2022-01-31 by running:


library(RAWSmet)

cefa_meta <- cefa_createMeta()
example_cefa_Saddle_Mountain <-
  cefa_createRawsObject(nwsID = "452701", meta = cefa_meta) 
  raws_filterDate(20170101, 20180101, timezone = "America/Los_Angeles")

save(example_cefa_Saddle_Mountain, file = "data/example_cefa_Saddle_Mountain.rda")
example_cefa_Saddle_Mountain

Format

A raws_timeseries object containing meta and data dataframes. meta has 1 row and 11 columns and data has 8744 rows and 13 columns.