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