aqs_classes: aqs_classes

View source: R/RAQSAPIlistfunctions.R

aqs_classesR Documentation

aqs_classes

Description

\lifecycle

stable Returns a table of Parameter classes (groups of parameters, i.e. "criteria" or "all"). The information from this function can be used as input to other API calls.

Usage

aqs_classes(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 of Parameter classes (groups of parameters, i.e. "criteria" or "all").

Examples

# Returns a tibble of parameter classes (groups of parameters, i.e.
          # "criteria" or all")
         ## Not run:  aqs_classes() 

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