Skip to contents

Get latitude, longitude (and NAICS) via EPA Facility Registry ID See FRS Facility Registry Service data on EPA-regulated sites

Usage

latlon_from_regid(regid = NULL)

Arguments

regid

vector of one or more EPA Facility Registry Service IDs like 110010052520

Value

data.table drawn from frs dataset, with columns "lat" "lon" "REGISTRY_ID" "PRIMARY_NAME" "NAICS" "PGM_SYS_ACRNMS"

Examples

 latlon_from_regid("110070874073")
 latlon_from_regid(110070874073)
 frs_from_regid(110070874073)
 frs_from_regid(testinput_registry_id)