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