powered by
Replaces state fips with state ansi
recode_ansi_fips(.data, .fips)
.data with column .fips replaced with state ansi
data.frame or tibble
column with state fips
data('stata') stata %>% recode_ansi_fips(fips)
Run the code above in your browser using DataLab