R/pas_getColumn.R
pas_getColumn.Rd
The incoming pas
object is first filtered based on the
values of states
, pattern
and isOutside
.
The values associated with the name
column are then returned.
pas_getColumn(
pas = NULL,
name = NULL,
pattern = ".*",
idPattern = ".*",
isOutside = TRUE
)
PurpleAir Synoptic pas object.
Name of the column to return.
Text pattern used to filter sensor labels.
Text pattern used to filter deviceDeploymentID
.
Logical, is the sensor located outside?
Vector of values.