aqs_mas: aqs_mas

Description Usage Arguments Value Examples

View source: R/RAQSAPIlistfunctions.R

Description

\lifecycle

stable Returns a table of monitoring agencies (MA).

Usage

1
aqs_mas(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 monitoring agencies and their associated agency code.

Examples

1
2
3
4
#returns a tibble or an AQS_Data Mart_APIv2 S3 object
          #   of monitoring agencies and their respective
          #   monitoring agency codes.
          ## Not run: aqs_mas()

RAQSAPI documentation built on Jan. 29, 2022, 1:08 a.m.