R/match.R
match_fips.Rd
Searches for an exact match and offers the best match if no exact match
match_fips(state)
character with state FIPS, Abbreviation, Name, or ANSI
FIPS code if a match is found or character(0) if no match is found
match_fips('NY') #> [1] "36" match_fips('01') #> [1] "01"