aqs_revisionhistory: aqs_revisionhistory

View source: R/RAQSAPIlistfunctions.R

aqs_revisionhistoryR Documentation

aqs_revisionhistory

Description

\lifecycle

stable Returns the change history to the AQS Data Mart API.

Usage

aqs_revisionhistory(return_header = FALSE)

Arguments

return_header

If FALSE (default) only returns data requested. If TRUE returns a AQSAPI_v2 object which is a two item list that contains header information returned from the API server mostly used for debugging purposes in addition to the data requested.

Value

a tibble or an AQS_Data Mart_APIv2 S3 object that is the return value from the AQS API. A AQS_Data Mart_APIv2 is a 2 item named list in which the first item ($Header) is a tibble of header information from the AQS API and the second item ($Data) is a tibble of the data returned.

Examples

 # Returns a DataFrame of the EPA AQS Data Mart API revision history
 #  \dontrun{aqs_revisionHistory()}

USEPA/RAQSAPI documentation built on Jan. 18, 2024, 1:50 a.m.