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