Skip to contents

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 by default as durable managed local copies in addr's stow/tiger_addr_feat directory. Files from the former unmanaged TIGER layout are not searched.

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; replace the durable managed local copy of the 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")
} # }