Description Usage Arguments Value
View source: R/wrcc_createDataDataframe.R
After quality control has been applied to an WRCC tibble,
we can extract the PM2.5 values and store them in a data
tibble
organized as time-by-deployment (aka time-by-site).
The first column of the returned dataframe is named 'datetime'
and
contains a POSIXct
time in UTC. Additional columns contain data
for each separate deployment of a monitor.
1 | wrcc_createDataDataframe(tbl, meta)
|
tbl |
single site WRCC tibble created by |
meta |
WRCC meta datafra,e created by |
A data
dataframe for use in a ws_monitor object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.