Description Usage Arguments Value
These functions are convenient wrappers for extracting the dataframes that
comprise a airsensor object. These functions are designed to be useful
when manipulating data in a pipeline chain using %>%
.
Below is a table showing equivalent operations for each function.
Function | Equivalent Operation |
sensor_extractData(sensor) | sensor[["data"]] |
sensor_extractMeta(sensor) | sensor[["meta"]]
|
1 2 3 | sensor_extractData(sensor)
sensor_extractMeta(sensor)
|
sensor |
sensor object to extract dataframe from. |
A dataframe from the given sensor object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.