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