Skip to contents

FIPS - Get state fips for all States in EPA Region(s)

Usage

fips_states_in_eparegion(region)

Arguments

region

vector of 1 or more EPA Regions (numbers 1 through 10)

Value

vector of 2-digit state FIPS codes like c("10", "44", "44"), same length as input, so including any duplicates

Examples

  fips_states_in_eparegion(2)
#> [1] "34" "36" "72" "78"
  fips_states_in_eparegion(6)
#> [1] "05" "22" "35" "40" "48"
  fips2state_abbrev(fips_states_in_eparegion(6))
#> [1] "AR" "LA" "NM" "OK" "TX"