example_cefa_meta: Example FW13 station metadata

example_cefa_metaR Documentation

Example FW13 station metadata

Description

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

Usage

example_cefa_meta

Format

A dataframe with 66 rows and 11 columns of data.


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