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