powered by
Replaces state ansi with state name
recode_name_ansi(.data, .ansi)
.data with column .ansi replaced with state name
data.frame or tibble
column with state ansi
data('stata') stata %>% recode_name_ansi(name)
Run the code above in your browser using DataLab