Use EPA Program ID to see FRS Facility Registry Service data on those EPA-regulated sites
Source:R/frs_from_xyz.R
frs_from_programid.Rd
Use EPA Program ID to see FRS Facility Registry Service data on those EPA-regulated sites
Arguments
- programname
name of EPA program that the programid is from: "RCRAINFO" is the programname and "XJW000000174" is the programid if the full record was RCRAINFO:XJW000000174
- programid
like "XJW000000174" "RCRAINFO" is the programname and "XJW000000174" is the programid if the full record was RCRAINFO:XJW000000174
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"
Examples
test <- data.frame(programname = c('STATE','FIS','FIS'),
programid = c('#5005','0-0000-01097','0-0000-01103'))
x = frs_from_programid(test$programname, test$programid)
x
mapfast(x)