example_pat: Example PurpleAir Timeseries dataset

Description Usage Format See Also

Description

The example_pat dataset provides a quickly loadable version of a pa_timeseries object for practicing and code examples. This dataset was was generated on 2020-09-15 by running:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
library(AirSensor)

initializeMazamaSpatialUtils()

example_pat <- pat_createNew(
  id = "ebcb53584e44bb6f_3218",
  pas = example_pas,
  startdate = "2018-08-01",
  enddate = "2018-08-28",
  verbose = TRUE
)

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

Usage

1

Format

An S3 object composed of "meta" and "data" data.

See Also

example_pat_failure_A

example_pat_failure_B


AirSensor documentation built on March 13, 2021, 1:07 a.m.