pwfsl_loadLatest: Get PWFSLSmoke monitoring data

View source: R/pwfsl_loadLatest.R

pwfsl_loadLatestR Documentation

Get PWFSLSmoke monitoring data

Description

Loads recent PM2.5 monitoring data from the US Forest Service Pacific Wildland Fire Sciences Lab. This function performs the same data loadingstep as pwfsl_load(), but has a longer name for consistency with other data loading functions in the PWFSLSmoke package. By default, this function loads data from all 50 states for the past 10 days.

This function is a wrapper around PWFSLSmoke::monitor_loadLatest.

Data for the most recent 45 days can be downloaded using PWFSLSmoke::monitor_loadDaily(). See the PWFSLSmoke package for additional data loading functions.

Usage

pwfsl_loadLatest(...)

Arguments

...

Arguments passed on to PWFSLSmoke::monitor_load().

Value

List with meta and data elements, a ws_monitor object.

Examples


library(AirSensor)

pwfsl <- pwfsl_loadLatest()
dim(pwfsl$meta)
dim(pwfsl$data)


MazamaScience/AirSensor documentation built on April 28, 2023, 11:16 a.m.