custom_geoid | R Documentation |
Create a GEOID from Columns
custom_geoid(.data, ...)
.data |
dataframe, tibble, or sf tibble |
... |
columns of .data in the order you want to make the GEOID |
.data with new column GEOID
data(mt_county) mt_county <- mt_county %>% custom_geoid(GEOID)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.