View source: R/local-geocoder.R
census_local_tract_geocoder | R Documentation |
Geocode a local dataset on the given columns and reference year for spatial data
census_local_tract_geocoder(
data,
street = street,
city = city,
state = state,
county = county,
zip = zip,
reference_year = "2020"
)
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 |
data frame with the original colums as well as the geocoded location tract
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.