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