pa_build_dataset | R Documentation |
Compile downloaded individual sensor information from the PurpleAir API into a single data set covering a specified time period
pa_build_dataset(
start_date,
end_date,
bounding_poly,
api_key,
sensor_folder,
sensors = NULL
)
start_date |
Date The first date of the time period |
end_date |
Date The last date of the time period |
sensor_folder |
The folder location of the sensor data in individual
files acquired from |
sensors |
A data frame from |
A data frame of PurpleAir data that can be passed to other routines,
specifically purpleair_spatial
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.