The example_cefa_meta
dataset provides a small subset of
FW13 station metadata containing only stations in Washington state.
This dataset was generated on 2022-01-31 by running:
library(RAWSmet)
library(MazamaSpatialUtils)
library(dplyr)
setSpatialDataDir("~/Data/Spatial")
cefa_meta <- cefa_createMeta()
example_cefa_meta <- dplyr::filter(cefa_meta, stateCode == "WA")
save(example_cefa_meta, file = "data/example_cefa_meta.rda")
example_cefa_meta
A dataframe with 66 rows and 11 columns of data.