usdata (version 0.1.0)

state2abbr: Convert state names to abbreviations

Description

Two utility functions. One converts state names to the state abbreviations, and the second does the opposite.

Usage

state2abbr(state)

Arguments

state

A vector of state name, where there is a little fuzzy matching.

Value

Returns a vector of the same length with the corresponding state names or abbreviations.

See Also

abbr2state, county, county_complete

Examples

Run this code
# NOT RUN {
state2abbr("Minnesota")

# Some spelling/capitalization errors okay
state2abbr("mINnesta")

# }

Run the code above in your browser using DataLab