recode_ansi_name {censable} | R Documentation |
Replaces state name with state ansi
recode_ansi_name(.data, .name)
.data |
data.frame or tibble |
.name |
column with state name |
.data with column .name replaced with ansi
data('stata')
stata %>% recode_ansi_name(name)