recode_name_ansi: Recode Name by ANSI

View source: R/recode.R

recode_name_ansiR Documentation

Recode Name by ANSI

Description

Replaces state ansi with state name

Usage

recode_name_ansi(.data, .ansi)

Arguments

.data

data.frame or tibble

.ansi

column with state ansi

Value

.data with column .ansi replaced with state name

Examples

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

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