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