join_ansi_abb: Join ANSI by Abb

View source: R/join.R

join_ansi_abbR Documentation

Join ANSI by Abb

Description

Adds a column with state ansi joining by a column with state abbreviation

Usage

join_ansi_abb(.data, .abb)

Arguments

.data

data.frame or tibble

.abb

column with state abbreviation

Value

.data with column .abb replaced with state ansi

Examples

data('stata')
stata %>% join_ansi_abb(abb)

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