Learn R Programming

censable (version 0.0.5)

custom_geoid: Create a GEOID from Columns

Description

Create a GEOID from Columns

Usage

custom_geoid(.data, ...)

Value

.data with new column GEOID

Arguments

.data

dataframe, tibble, or sf tibble

...

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

Examples

Run this code
data(mt_county)
mt_county <- mt_county %>% custom_geoid(GEOID)

Run the code above in your browser using DataLab