list_pollutant_standards {pargasite}R 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()


[Package pargasite version 2.1.0 Index]