join_fips_abb | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.