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