aqs_pqaos {RAQSAPI}R Documentation

aqs_pqaos

Description

[Stable] Returns a table of primary quality assurance organizations (pqaos).

Usage

aqs_pqaos(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 pqaos and their associated pqao code.

Examples

#To retrieve a tibble of primary quality assurance
          #  organizations (pqaos)
           ## Not run:  pqaos <- aqs_pqaos() 

[Package RAQSAPI version 2.0.3 Index]