pa_build_dataset: Compile downloaded individual sensor information from the...

View source: R/purpleair.R

pa_build_datasetR Documentation

Compile downloaded individual sensor information from the PurpleAir API into a single data set covering a specified time period

Description

Compile downloaded individual sensor information from the PurpleAir API into a single data set covering a specified time period

Usage

pa_build_dataset(
  start_date,
  end_date,
  bounding_poly,
  api_key,
  sensor_folder,
  sensors = NULL
)

Arguments

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 pa_batch_download_sensors

sensors

A data frame from pa_find_sensors

Value

A data frame of PurpleAir data that can be passed to other routines, specifically purpleair_spatial


raffscallion/rapidfire documentation built on June 1, 2025, 2:04 p.m.