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.

wrcc_createDataDataframe(tbl, meta)

Arguments

tbl

single site WRCC tibble created by wrcc_clustering()

meta

WRCC meta datafra,e created by wrcc_createMetaDataframe()

Value

A data dataframe for use in a ws_monitor object.