View source: R/epa_aqs_createData.R
epa_aqs_createData | R Documentation |
Create a data
dataframe with EPA AQS monitoring data appropriate
for use with the MazamaTimeSeries package.
The data model is that data are stored in a tibble named data
with an initial
datetime
column and monitor-specific data in columns identified with a
deviceDeploymentID
that matches one found in the incoming meta
table
epa_aqs_createData(AQS_data = NULL, meta = NULL, parameterCode = NULL)
AQS_data |
Table of AQS monitoring data produced with epa_aqs_parseHourlyData(). |
meta |
Table of monitor metadata. |
parameterCode |
EPA "Parameter Code". |
Restructured tibble with data organized as timeseries columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.