View source: R/AQSAPI_helperfunctions.R
| aqs_metadata_service | R Documentation | 
A helper function for functions which use the metaData service from the AQS API. This function is not intended to be called directly by the end user
aqs_metadata_service(
  filter,
  service = NA_character_,
  AQS_domain = "aqs.epa.gov"
)
| filter | a character string representing the filter being applied | 
| service | a character string representing the service | 
| AQS_domain | a R string object containing the domain that should be used in constructing the API call. | 
a AQS_DATAMART_APIv2 S3 object that is the return value from the AQS API. A AQS_DATAMART_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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.