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