recode_fips_abb {censable} | R Documentation |
Replaces state abbreviation with state fips
recode_fips_abb(.data, .abb)
.data |
data.frame or tibble |
.abb |
column with state abbrevaition |
.data with column .abb replaced with state name
data('stata')
stata %>% recode_fips_abb(abb)