Learn R Programming

PWFSLSmoke (version 1.0.16)

wrcc_loadDaily: Load Recent WRCC Monitoring Data

Description

Loads pre-generated .RData files containing the most recent WRCC data.

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 wrcc_loadLatest().

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

Usage

wrcc_loadDaily(baseUrl = "https://haze.airfire.org/monitoring/WRCC/RData/")

Arguments

baseUrl

location of the WRCC latest data file

Value

A ws_monitor object with WRCC data.

See Also

wrcc_load

wrcc_loadLatest

Examples

Run this code
# NOT RUN {
wrcc <- wrcc_loadDaily()
# }

Run the code above in your browser using DataLab