powered by
Create a GEOID from Columns
custom_geoid(.data, ...)
.data with new column GEOID
dataframe, tibble, or sf tibble
columns of .data in the order you want to make the GEOID
data(mt_county) mt_county <- mt_county %>% custom_geoid(GEOID)
Run the code above in your browser using DataLab