aqs_parameters_by_class: aqs_parameters_by_class

Description Usage Arguments Value Examples

View source: R/RAQSAPIlistfunctions.R

Description

\lifecycle

stable Returns parameters associated with the input class.

Usage

1

Arguments

class

a R character object that represents the class requested, @seealso aqs_classes() for retrieving available classes. The class R character object must be a valid class as returned from aqs_classes(). The class must be an exact match to what is returned from aqs_classes() (case sensitive).

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 containing the parameters associated with the class requested. NULL is returned for classes not found.

Examples

1
2
# Returns a tibble of AQS parameters in the criteria class
          ## Not run:  aqs_parameters_by_class(class = "CRITERIA") 

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