Skip to contents

data.frame



                                                                         description     code



1               National Pollutant Discharge Elimination System (NPDES) (ICIS-NPDES)    NPDES



2             The Integrated Compliance Information System (ICIS) for Air (ICIS-Air)      AIR



3               The Resource Conservation and Recovery Act (RCRA) Information System RCRAINFO



4                                              Risk Management Plan (RMP) facilities      RMP



5                                 The Safe Drinking Water Information System (SDWIS)     SFDW



6                                         The Superfund Enterprise Management System     SEMS



7                                         Clean Air Markets Division Business System   CAMDBS



8                                                   Toxics Release Inventory Program     TRIS



9                                                   Greenhouse Gas Reporting Program   E-GGRT



10                                                      Emissions Inventory System        EIS



11                                                    Toxic Substances Control Act       TSCA



12     Assessment, Cleanup and Redevelopment Exchange System (ACRES) for Brownfields    ACRES



13   Biennial Reporters (BR) Hazardous Waste Treatment, Storage, Disposal Facilities       BR

Usage

frsprogramcodes

Format

An object of class data.frame with 13 rows and 2 columns.

Details

Created by script in /data-raw/

Also see EPA documentation describing each program code aka data source.

See also

Examples

# \donttest{
  frs_by_programid[program %in% frsprogramcodes$code, .N, by=program]
  
  setkey(frs_by_programid,"program")
  frs_by_programid["TRIS",]
  # }