fips_county {fipio} | R Documentation |
Get the county name for a FIPS code
fips_county(fip)
fip |
2-digit or 5-digit FIPS code |
a character
vector
fipio::fips_county("37129")
fipio::fips_county("06001")
# 2-digit FIP codes will not work
fipio::fips_county("37")