fips_abbr {fipio} | R Documentation |
Get the state abbreviation for a FIPS code
Description
Get the state abbreviation for a FIPS code
Usage
fips_abbr(fip)
Arguments
fip |
2-digit or 5-digit FIPS code |
Value
a character
vector
Examples
fipio::fips_abbr("37")
fipio::fips_abbr("06001")
[Package fipio version 1.1.2 Index]