| join_abb_fips | R Documentation | 
Adds a column with state abbreviation joining by a column with state fips
join_abb_fips(.data, .fips)
| .data | data.frame or tibble | 
| .fips | column with state fips | 
.data with column .fips replaced with state abb
data('stata')
stata |> join_abb_fips(fips)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.