View source: R/epa_aqs_createMeta.R
epa_aqs_createMeta | R Documentation |
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.
epa_aqs_createMeta(
AQS_monitors = NULL,
sites_locationTbl = NULL,
parameterCode = NULL
)
AQS_monitors |
Table of monitor data obtained with |
sites_locationTbl |
Table of "known locations" produced with MazamaLocationUtils. |
parameterCode |
EPA "Parameter Code". |
Tibble of device-deployment metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.