state_convert {usa} | R Documentation |
Convert state identifiers
Description
Take a vector of state identifiers and convert to a common format.
Usage
state_convert(x, to = NULL)
Arguments
x |
A character vector of: state names, abbreviations, or FIPS codes. |
to |
The format returned: "abb", "name" or "fips". |
Value
A character vector of single format state identifiers.
Examples
state_convert(c("AL", "Vermont", "06"))
[Package usa version 0.1.2 Index]