list_pollutant_standards: Look up National Ambient Air Quality Standards (NAAQS)

View source: R/criteria_pollutants.R

list_pollutant_standardsR Documentation

Look up National Ambient Air Quality Standards (NAAQS)

Description

A function to show pollutant standard information on criteria air pollutants.

Usage

list_pollutant_standards(parameter_code = NULL, detail = FALSE)

Arguments

parameter_code

An AQS parameter code to retrieve specific standard information. If NULL (default), display all pollutant standards.

detail

A logical value indicating whether detailed information is retrieved.

Value

A data.frame containing the pollutant standard information

References

Data source: https://aqs.epa.gov/aqsweb/documents/codetables/pollutant_standards.html

Examples

list_pollutant_standards()


pargasite documentation built on April 4, 2025, 3:49 a.m.