Learn R Programming

AirSensor (version 1.0.8)

example_pas_raw: Example raw Purple Air Synoptic dataset

Description

The example_pas_raw dataset provides a quickly loadable version of raw Purple Air synoptic data JSON for practicing and code examples. This dataset contains data for sensors in Washington and Oregon and was generated on 2020-09-15 by running:

library(AirSensor)

initializeMazamaSpatialUtils()

example_pas_raw <- pas_downloadParseRawData() dplyr::filter(Lon > -125.0 & Lon < -117.0 & Lat > 42.0 & Lat < 49.0)

save(example_pas_raw, file = "data/example_pas_raw.rda")

This dataset can be converted into a standard pas dataset with:

pas <- pas_enhanceData(example_pas_raw)

Usage

example_pas_raw

Arguments

Format

A tibble with 1233 rows and 32 columns of data.

See Also

example_pas