Description Usage Arguments Value See Also
View source: R/pas_getDeviceDeploymentIDs.R
The incoming pas
object is first filtered based on the
values of stateCodes
, pattern
, isOutside
and isParent
.
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.
1 2 3 4 5 6 7 | pas_getDeviceDeploymentIDs(
pas = NULL,
pattern = ".*",
idPattern = ".*",
isOutside = TRUE,
isParent = TRUE
)
|
pas |
PurpleAir Synoptic pas object. |
pattern |
Text pattern used to filter station labels. |
idPattern |
Text pattern used to filter |
isOutside |
Logical, is the sensor located outside? |
isParent |
Logical, is the record associated with a the A channel? |
Vector of values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.