R/cleaning_utils.R
make_state_abb.Rd
Returns abbreviations of state name input.
make_state_abb(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") #> [1] "CA"