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