Scans the cache directory and returns a tibble describing every downloaded PUMF version — which raw files, parsed metadata, and DuckDB tables are present — along with their disk sizes.
Value
A tibble with columns:
- `series`
Survey series acronym.
- `version`
Version string.
- `has_raw`
`TRUE` if a zip or extracted data files are present.
- `has_metadata`
`TRUE` if a parsed `metadata/` directory exists.
- `has_duckdb`
`TRUE` if a DuckDB table is built for this version.
- `raw_mb`
Disk size of raw files in MB (excluding metadata and DuckDB).
- `duckdb_mb`
Disk size of the DuckDB file in MB. For LFS this is the total shared `LFS.duckdb` size, repeated for each version row.
Returns a zero-row tibble with the same column structure if the cache directory does not exist or is empty.
