crimeutils (version 0.1.0)

make_state_abb: 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

Run this code
# NOT RUN {
make_state_abb("california")
# }

Run the code above in your browser using DataLab