recode_ansi_name: Recode ANSI by Name

View source: R/recode.R

recode_ansi_nameR Documentation

Recode ANSI by Name

Description

Replaces state name with state ansi

Usage

recode_ansi_name(.data, .name)

Arguments

.data

data.frame or tibble

.name

column with state name

Value

.data with column .name replaced with ansi

Examples

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

christopherkenny/censable documentation built on May 31, 2024, 7:50 a.m.