Learn R Programming

censable (version 0.0.5)

recode_name_ansi: Recode Name by ANSI

Description

Replaces state ansi with state name

Usage

recode_name_ansi(.data, .ansi)

Value

.data with column .ansi replaced with state name

Arguments

.data

data.frame or tibble

.ansi

column with state ansi

Examples

Run this code
data('stata')
stata %>% recode_name_ansi(name)

Run the code above in your browser using DataLab