abbr2state {usdata} | R Documentation |
Convert state abbreviations to names
Description
Two utility functions. One converts state names to the state abbreviations, and the second does the opposite.
Usage
abbr2state(abbr)
Arguments
abbr |
A vector of state abbreviation. |
Value
Returns a vector of the same length with the corresponding state names or abbreviations.
Author(s)
David Diez
See Also
state2abbr
, county
, county_complete
Examples
abbr2state("MN")
[Package usdata version 0.3.1 Index]