example_pas: Example Purple Air Synoptic dataset

example_pasR Documentation

Example Purple Air Synoptic dataset

Description

The example_pas dataset provides a quickly loadable version of a pa_synoptic object for practicing and code examples. This dataset was generated on 2023-03-15 by running:

library(AirSensor)

initializeMazamaSpatialUtils()

example_pas <- 
  pas_createNew(
    api_key = PURPLE_AIR_API_READ_KEY,
    countryCodes = "US",
    stateCodes = "CA",
    show_only = SCAQMD_SENSOR_INDICES,
    lookbackDays = 1,
    location_type = 0
  )

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

Usage

example_pas

Format

A tibble with 71 rows and 59 columns of data.


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