FIPS - Get state abbreviations from any type of FIPS codes
Source:R/FIPS_FUNCTIONS.R
fips2state_abbrev.Rd
FIPS - Get state abbreviations from any type of FIPS codes
Examples
cbind(
stfips = fips_lead_zero(1:80),
ST = fips2state_abbrev(1:80),
statename = fips2statename(1:80)
)