join_abb_ansi: Join Abb by ANSI

View source: R/join.R

join_abb_ansiR Documentation

Join Abb by ANSI

Description

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

Usage

join_abb_ansi(.data, .ansi)

Arguments

.data

data.frame or tibble

.ansi

column with state ansi

Value

.data with column .ansi replaced with state abbreviation

Examples

data('stata')
stata %>% join_abb_ansi(ansi)

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