join_abb_name: Join Abb by Name

View source: R/join.R

join_abb_nameR Documentation

Join Abb by Name

Description

Adds a column with state abbs joining by a column with state names

Usage

join_abb_name(.data, .name)

Arguments

.data

data.frame or tibble

.name

column with state name

Value

.data with column .name replaced with abbreviation

Examples

data('stata')
stata %>% join_abb_name(name)

censable documentation built on Nov. 20, 2022, 1:06 a.m.