The example_sensor
dataset provides a quickly loadable version of
an airsensor 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_sensor <- pat_createNew(
label = "SCAN_14",
pas = example_pas,
startdate = "2018-08-14",
enddate = "2018-09-07"
)
pat_createAirSensor(parameter = 'pm25', FUN = AirSensor::PurpleAirQC_hourly_AB_01)
save(example_sensor, file = "data/example_sensor.rda")
|
1 |
An S3 object composed of "meta" and "data" data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.