Retrieve GEOID from the Census Geocoder by address
Returns GEOID for 2010 geographies.
append_geoid(address, geoid_type = "block")
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, |
the original tibble with GEOIDs appended as a new column called
geoid
.
Josie Kressner, josie@transportfoundry.com
## Not run: airports <- dplyr::data_frame( street = "700 Catalina Dr", city = "Daytona Beach", state = "FL" ) append_geoid(airports, 'tract') ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.