pas_pull | R Documentation |
A simple wrapper around dplyr::pull()
to help with
readability of user recipes.
pas_pull(pas, name = NULL)
pas |
PurpleAir Synoptic pas object. |
name |
Name of the data column to return. |
A single column of data from the incoming pas object.
library(AirSensor2)
# Lane (County) Regional Air Protection Agency
LRAPA_sensor_indices <-
example_pas_pm25 %>%
pas_filter(stringr::str_detect(name, "Ambassador")) %>%
pas_pull("sensor_index")
print(LRAPA_sensor_indices)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.