Skip to contents

TIGER primary feature names are read from compressed feature-name databases for each county and Census vintage. If not already present, compressed addrfeat (address feature) shapefiles are downloaded from the Census TIGER HTTPS endpoint by default as durable managed local copies in addr's stow/tiger_feat_names directory. Files from the former unmanaged TIGER layout are not searched.

When reading into R, the data is filtered to addressable MTFCCs (S1100, S1200, S1400, S1640) that have a name.

Usage

tiger_feat_names(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 unique LINEARID and addr columns

Examples

if (FALSE) { # \dontrun{
  tiger_feat_names("39061", "2025")
} # }