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