Description Usage Format See Also
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")
|
1 |
An S3 object composed of "meta" and "data" data.
example_pat_failure_A
example_pat_failure_B
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.