make_state_abb {crimeutils} | R Documentation |
Returns abbreviations of state name input.
make_state_abb(state)
state |
A vector of strings with the names of US states. |
A vector of strings with the abbreviations of the inputted state names.
make_state_abb("california")