taf_manifest() reads the local inventory written as county TAF files are
installed. Each row represents one installed county-ZIP Parquet file. Set
validate = TRUE to verify the manifest schema and every inventoried file,
including its storage schema, row count, byte size, and SHA-256 digest.
Usage
taf_manifest(year = as.character(2025:2011), version = "v2", validate = FALSE)Value
A tibble with one row per installed county-ZIP file and columns
county_fips, ZIP, zip3, zip2, n_ranges, size_bytes, sha256,
taf_year, taf_version, and installed_at.
Details
The local manifest is distinct from taf_catalog(). The catalog describes
every county-ZIP combination available from TIGER, while the manifest records
only files installed on the current machine.