Learn R Programming

campfin (version 1.0.11)

abbrev_state: Abbreviate US state names

Description

This function is used to first normalize a full state name and then call abbrev_full() using valid_name and valid_state as the full and rep arguments.

Usage

abbrev_state(full)

Value

The 2-letter USPS abbreviation of for state names (e.g., "VT").

Arguments

full

A full US state name character vector (e.g., "Vermont").

See Also

Other geographic normalization functions: abbrev_full(), check_city(), expand_abbrev(), expand_state(), fetch_city(), normal_address(), normal_city(), normal_state(), normal_zip(), str_normal()

Examples

Run this code
abbrev_state(full = state.name)
abbrev_state(full = c("new mexico", "france"))

Run the code above in your browser using DataLab