Learn R Programming

PWFSLSmoke (version 1.0.7)

wrcc_loadLatest: Load Recent WRCC Monitoring Data

Description

The most recent 45 days of WRCC data are updated in real time at PWFSL and can be loaded with this function.

Usage

wrcc_loadLatest(baseUrl = "https://haze.airfire.org/monitoring/RData/",
  file = "wrcc_pm25_latest.RData")

Arguments

baseUrl

location of the WRCC latest data file

file

name of the WRCC latest data file

Value

A ws_monitor object with WRCC data.

Examples

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

Run the code above in your browser using DataLab