
EPA AirData Analyte Codes
epa_analyte_codes.Rd
This dataset contains the queryable names for EPA analytes from the EPA AirData website.
Format
A tibble with the following columns:
- label
The label for the pollutant or air quality measure extracted from the filename.
- analyte
The pollutant or air quality measure extracted from the filename.
Examples
data(epa_analyte_codes)
epa_analyte_codes
#> # A tibble: 21 × 2
#> label analyte
#> <chr> <chr>
#> 1 Concentration by Monitor conc_by_monitor
#> 2 AQI by CBSA aqi_by_cbsa
#> 3 AQI by County aqi_by_county
#> 4 Ozone (44201) 44201
#> 5 SO2 (42401) 42401
#> 6 CO (42101) 42101
#> 7 NO2 (42602) 42602
#> 8 PM2.5 FRM/FEM Mass (88101) 88101
#> 9 PM2.5 non FRM/FEM Mass (88502) 88502
#> 10 PM10 Mass (81102) 81102
#> # ℹ 11 more rows