append_geoid: Retrieve GEOID from the Census Geocoder by address
Description
Returns GEOID for 2020 geographies.
Usage
append_geoid(address, geoid_type = "block")
Value
the original tibble with GEOIDs appended as a new column called
geoid.
Arguments
address
A tibble/data frame with (at a minimum, others can be present)
either character columns street, city, and state OR numeric columns lat and
lon. Lat/lon columns take priority.
geoid_type
GEOID level to return, c('county', 'tract', 'block group', 'block').
Defaults to block.