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