join_fips_abb {censable} | R Documentation |
Adds a column with state fips joining by a column with state abbreviation
join_fips_abb(.data, .abb)
.data |
data.frame or tibble |
.abb |
column with state abbreviation |
.data with column .abb replaced with state name
data('stata')
stata %>% join_fips_abb(abb)