TIGER address features (street address ranges) are read from compressed
addrfeat (address feature) shapefiles for each county and Census vintage.
If not already present, compressed addrfeat shapefiles are downloaded from
the Census TIGER HTTPS endpoint to the addr user data directory.
When reading into R, the data is converted to one row per street side
(L/R) for use by taf_install().
Usage
tiger_addr_feat(county, year, redownload = FALSE)
Arguments
- county
character string of county FIPS identifier
- year
character year of the Census TIGER/Line product
- redownload
logical, length 1; re-download the cached TIGER ZIP file?
Value
a tibble with LINEARID, FULLNAME, side, ZIP,
FROMHN, TOHN, PARITY, OFFSET, and s2_geography columns
Examples
if (FALSE) { # \dontrun{
tiger_addr_feat("39061", "2025")
} # }