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