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