recode_abb_ansi | R Documentation |
Replaces state ansi with state abbreviation
recode_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 %>% recode_abb_ansi(ansi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.