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