Description Usage Arguments Value See Also Examples
View source: R/utils-paSynoptic.R
The pas
is checked for the "pas" class name
and presence of core metadata columns:
ID – Purple Air ID
label – location label
sensorType – PurpleAir sensor type
longitude – decimal degrees E
latitude – decimal degrees N
timezone – Olson timezone
countryCode – ISO 3166-1 alpha-2
stateCode – ISO 3166-2 alpha-2
pm25_1hr – hourly PM2.5
pm25_1day – daily PM2.5
temperature – deg F
humidity – %
pressure – mb
deviceID – unique device identifier
locationID – unique location identifier
deviceDeploymentID – unique time series identifier
1 |
pas |
A pa_synoptic object. |
TRUE
if pas
has the correct structure, FALSE
otherwise.
pas_enhanceData
1 2 | pas_isPas(example_pas)
pas_isPas(1:10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.