example_pat_failure_B: Example PurpleAir Timeseries dataset exhibiting severe errors

Description Usage Format See Also

Description

The example_pat_failure_B 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_failure_B <- pat_createNew(
  label = "SCTV_16",
  pas = example_pas,
  startdate = "2019-06-01",
  enddate = "2019-06-18",
  verbose = TRUE
)

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

Usage

1

Format

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

See Also

example_pat

example_pat_failure_A


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