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