Learn R Programming

censable (version 0.0.5)

recode_ansi_name: Recode ANSI by Name

Description

Replaces state name with state ansi

Usage

recode_ansi_name(.data, .name)

Value

.data with column .name replaced with ansi

Arguments

.data

data.frame or tibble

.name

column with state name

Examples

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

Run the code above in your browser using DataLab