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 to the addr user data directory.

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; re-download the cached TIGER ZIP file?

Value

a tibble with unique LINEARID and addr columns

Examples

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