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