crimeutils (version 0.5.1)

make_state_abb: Returns abbreviations of state name input.

Description

Returns abbreviations of state name input.

Usage

make_state_abb(state)

Value

A vector of strings with the abbreviations of the inputted state names.

Arguments

state

A vector of strings with the names of US states.

Examples

Run this code
make_state_abb("california")

Run the code above in your browser using DataLab