R/pas_getDeviceDeploymentIDs.R
pas_getDeviceDeploymentIDs.RdThe incoming pas object is first filtered based on the
values of stateCodes, pattern and isOutside.
The values associated with the "deviceDeploymentID" column are then
returned.
This function is useful for returning a vector of unique time series identifiers. These are used in the names of pre-generated pat files found in data archives.
pas_getDeviceDeploymentIDs(
pas = NULL,
pattern = ".*",
idPattern = ".*",
isOutside = TRUE
)PurpleAir Synoptic pas object.
Text pattern used to filter station labels.
Text pattern used to filter deviceDeploymentID.
Logical, is the sensor located outside?
Vector of values.