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