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