The example_pas dataset provides a quickly loadable version of a pas object for practicing and code examples. This dataset contains data for sensors in Washington and Oregon and was generated on 2023-05-03 by running:


library(AirSensor2)

example_pat <-
  pat_createNew(
    api_key = PurpleAir_API_READ_KEY,
    pas = example_pas,
    sensor_index = "76545",
    startdate = "2023-01-01",
    enddate = "2023-01-02",
    timezone = "America/Los_Angeles"
  )

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

Format

A tibble with 1948 rows and 50 columns of data.

Source

https://www2.purpleair.com

See also

example_pas