Searches for an exact match and offers the best match if no exact match
Arguments
- state
character with state FIPS, Abbreviation, Name, or ANSI
Value
ANSI if a match is found or character(0) if no match is found
Examples
match_ansi('NY')
#> [1] "1779796"
match_ansi('01')
#> [1] "1779775"