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