state_convert {usa} | R Documentation |
Take a vector of state identifiers and convert to a common format.
state_convert(x, to = NULL)
x |
A character vector of: state names, abbreviations, or FIPS codes. |
to |
The format returned: "abb", "name" or "fips". |
A character vector of single format state identifiers.
state_convert(c("AL", "Vermont", "06"))