raqs-package {raqs}R Documentation

raqs: Interface to the US EPA Air Quality System (AQS) API

Description

Offers functions for fetching JSON data from the US EPA Air Quality System (AQS) API with options to comply with the API rate limits. See https://aqs.epa.gov/aqsweb/documents/data_api.html for details of the AQS API.

Details

The 'raqs' package provides an R interface to the US EPA AQS API that publish data in JSON format. To use this package, you first need to register for the AQS API and get your API key. Please check aqs_signup and set_aqs_user to set up your API credentials in R.

All main functions, for fetching data from the AQS API, were named with the following scheme: ⁠aqs_{service}⁠

Each main function has a set of underlying functions that are responsible for sending requests to specific endpoints (service/filter) and were named with the following scheme: ⁠{service}_{filter}⁠. Please refer to the manual to see how the aforementioned functions work.

Author(s)

Maintainer: Jaehyun Joo jaehyunjoo@outlook.com

Authors:

See Also

Useful links:


[Package raqs version 1.0.2 Index]