epa_aqs_createMeta: Create a 'meta' dataframe with required monitor metadata

View source: R/epa_aqs_createMeta.R

epa_aqs_createMetaR Documentation

Create a 'meta' dataframe with required monitor metadata

Description

Create a meta dataframe with EPA AQS monitor metadata appropriate for use with the MazamaTimeSeries package.

The data model is that monitor metadata are stored in a tibble named meta. with a deviceDeploymentID unique identifier that is matched by column names in an associated data file.

Usage

epa_aqs_createMeta(
  AQS_monitors = NULL,
  sites_locationTbl = NULL,
  parameterCode = NULL
)

Arguments

AQS_monitors

Table of monitor data obtained with epa_aqs_getMonitors().

sites_locationTbl

Table of "known locations" produced with MazamaLocationUtils.

parameterCode

EPA "Parameter Code".

Value

Tibble of device-deployment metadata.


pnwairfire/AirMonitorIngest documentation built on Feb. 18, 2025, 7:50 p.m.