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