| example_pm25 | R Documentation |
The example_pm25 dataset provides example timeseries data for practicing
and code examples. This dataset represents hourly air quality measurements.
The dataset was generated on 2021-09-22 by running:
library(AirSensor)
example_pm25 <- example_sensor$data
names(example_pm25) <- c("datetime", "pm25")
save(example_pm25, file = "data/example_pm25.rda")
example_pm25
A data frame with 2 columns:
POSIXct timestamp of the observation
PM2.5 concentration (µg/m³)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.