Learn R Programming

PWFSLSmoke (version 1.0.20)

airsis_load: Load Processed AIRSIS Monitoring Data

Description

Loads pre-generated .RData files containing AIRSIS PM2.5 data.

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

Usage

airsis_load(year = 2017,
  baseUrl = "https://haze.airfire.org/monitoring/AIRSIS/RData/")

Arguments

year

desired year (integer or character representing YYYY)

baseUrl

base URL for AIRSIS meta and data files

Value

A ws_monitor object with AIRSIS data.

See Also

airsis_loadDaily

airsis_loadLatest

Examples

Run this code
# NOT RUN {
airsis <- airsis_load(2017)
airsis_conus <- monitor_subset(airsis, stateCodes=CONUS)
monitorLeaflet(airsis_conus)
# }

Run the code above in your browser using DataLab