powered by
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/
airsis_load(year = 2017, baseUrl = "https://haze.airfire.org/monitoring/AIRSIS/RData/")
desired year (integer or character representing YYYY)
base URL for AIRSIS meta and data files
A ws_monitor object with AIRSIS data.
airsis_loadDaily
airsis_loadLatest
# 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