census_local_tract_geocoder: Geocode a local dataset on the given columns and reference...

View source: R/local-geocoder.R

census_local_tract_geocoderR Documentation

Geocode a local dataset on the given columns and reference year for spatial data

Description

Geocode a local dataset on the given columns and reference year for spatial data

Usage

census_local_tract_geocoder(
  data,
  street = street,
  city = city,
  state = state,
  county = county,
  zip = zip,
  reference_year = "2020"
)

Arguments

data

data frame to pull address columns from

street

unquoted address column name for street address component

city

unquoted city column component of the address

state

unquoted state column component of the address

zip

unquoted zip code column component of the address

year

four-digit year string for spatial data reference year

Value

data frame with the original colums as well as the geocoded location tract


sakrejda/workflow documentation built on Nov. 18, 2024, 3:02 a.m.