Description Usage Arguments Value See Also Examples
View source: R/pas_addUniqueIDs.R
Generates and adds a unique identification vector to PurpleAir
sensors using the MazamaLocationUtils
package, which creates a unique
ID based upon coordinate location and device id.
Adds the following vectors:
deviceID –PurpleAir ID
locationID – MazamaLocationUtils generated location ID
deviceDeploymentID – A combination of device and location IDs
1 | pas_addUniqueIDs(pas = NULL)
|
pas |
a pa_synoptic dataframe |
A dataframe with generated unique ID columns added.
pas_addSpatialMetadata
1 2 3 4 5 6 7 8 | library(AirSensor)
initializeMazamaSpatialUtils()
pas_enhanced <-
example_pas_raw %>%
pas_addSpatialMetadata() %>%
pas_addUniqueIDs()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.