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