Description Usage Arguments Value Examples
View source: R/getPurpleairLst.R
Get a list of the latest PurpleAir sensors from PurpleAir JSON (https://www.purpleair.com/json) and save as a CSV file.
1 | getPurpleairLst(output.path = NULL)
|
output.path |
the path of the output CSV file. By default, this variable equals |
The latest PurpleAir sensor list as the data frame format
1 2 3 4 | # Save as a CSV file
getPurpleairLst('/absolute/path/to/the/csv/file')
# Save as a data frame variable
sensor.lst <- getPurpleairLst()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.