Learn R Programming

PWFSLSmoke (version 1.0.7)

airsis_loadLatest: Load Recent AIRSIS Monitoring Data

Description

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

Usage

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

Arguments

baseUrl

location of the AIRSIS latest data file

file

name of the AIRSIS latest data file

Value

A ws_monitor object with AIRSIS data.

Examples

Run this code
# NOT RUN {
airsis <- airsis_loadLatest()
# }

Run the code above in your browser using DataLab