custom_geoid: Create a GEOID from Columns

View source: R/geoid.R

custom_geoidR Documentation

Create a GEOID from Columns

Description

Create a GEOID from Columns

Usage

custom_geoid(.data, ...)

Arguments

.data

dataframe, tibble, or sf tibble

...

columns of .data in the order you want to make the GEOID

Value

.data with new column GEOID

Examples

data(mt_county)
mt_county <- mt_county |> custom_geoid(GEOID)

censable documentation built on Sept. 2, 2025, 1:09 a.m.