Skip to contents

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

Usage

frs_from_sic(sic_code_or_name, ...)

Arguments

sic_code_or_name

passed to sic_from_any()

...

passed to sic_from_any()

Value

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

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

Examples

  frs_from_sic("glass")
  mapfast(frs_from_sic(sic_from_any("silver")$code))
  sic_from_any("silver")
  sic_from_name("silver")
  sic_from_any('0780')
  frs_from_sic('0780')
  regid_from_sic('0780')
  latlon_from_sic('0780')