R/geoid.R
custom_geoid.Rd
Create a GEOID from Columns
custom_geoid(.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)