example_sts | R Documentation |
The example_sts
dataset provides a quickly loadable
version of an sts object for practicing and code examples.
This dataset was was generated on 2021-01-08 by running:
library(AirSensor) example_sts <- example_pat example_sts$meta$elevation <- as.numeric(NA) example_sts$meta$locationName <- example_sts$meta$label save(example_sts, file = "data/example_sts.rda")
example_sts
An sts object composed of "meta" and "data" dataframes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.