make_state_abb {crimeutils} | R Documentation |
Returns abbreviations of state name input.
Description
Returns abbreviations of state name input.
Usage
make_state_abb(state)
Arguments
state |
A vector of strings with the names of US states. |
Value
A vector of strings with the abbreviations of the inputted state names.
Examples
make_state_abb("california")
[Package crimeutils version 0.5.1 Index]