Learn R Programming

PWFSLSmoke (version 1.0.16)

airsis_loadDaily: Load Recent AIRSIS Monitoring Data

Description

Loads pre-generated .RData files containing the most recent AIRSIS 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 airsis_loadLatest().

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

Usage

airsis_loadDaily(baseUrl = "https://haze.airfire.org/monitoring/AIRSIS/RData/")

Arguments

baseUrl

location of the AIRSIS latest data file

Value

A ws_monitor object with AIRSIS data.

See Also

airsis_load

airsis_loadLatest

Examples

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

Run the code above in your browser using DataLab