PWFSLSmoke (version 1.2.100)

loadDaily: Load Recent PM2.5 Monitoring Data

Description

Wrapper function to load and combine recent data from AirNow, AIRSIS and WRCC:

airnow <- airnow_loadDaily()
airsis <- airsis_loadDaily()
wrcc <- wrcc_loadDaily()
ws_monitor <- monitor_combine(list(airnow, airsis, wrcc))

The daily files are generated once a day, shortly after midnight and contain data for the previous 45 days.

For the most recent data, use loadLatest().

Avaialble RData and associated log files can be seen at: https://haze.airfire.org/monitoring/latest/RData/

Usage

loadDaily()

Arguments

Value

A ws_monitor object with PM2.5 monitoring data.

See Also

loadLatest

Examples

Run this code
# NOT RUN {
ca <- loadDaily() %>% monitor_subset(stateCodes='CA')
# }

Run the code above in your browser using DataCamp Workspace