Skip to contents

Use NAICS code or industry title text search to see FRS Facility Registry Service data on those EPA-regulated sites

Usage

frs_from_naics(naics_code_or_name, childrenForNAICS = TRUE, ...)

Arguments

naics_code_or_name

passed to naics_from_any() as the query

childrenForNAICS

passed to naics_from_any() as the children param of that function

...

passed to naics_from_any()

Value

relevant rows of the data.table called frs, which has column names that are "lat" "lon" "REGISTRY_ID" "PRIMARY_NAME" "NAICS" "PGM_SYS_ACRNMS"

Details

The EPA also provides a FRS Facility Industrial Classification Search tool where you can find facilities based on NAICS or SIC.

EPA's ECHO query tools also provide search by NAICS or SIC, and by MACT subpart.

Examples

  frs_from_naics("uranium")
  mapfast(frs_from_naics(naics_from_any("nuclear")$code))
  naics_from_any("silver")
  naics_from_name("silver")
  naics_from_any(212222 )
  frs_from_naics(21222)
  regid_from_naics(21222)
  latlon_from_naics(21222)