recode_abb_ansi: Recode Abb by ANSI

View source: R/recode.R

recode_abb_ansiR Documentation

Recode Abb by ANSI

Description

Replaces state ansi with state abbreviation

Usage

recode_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 %>% recode_abb_ansi(ansi)

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