microdata_download_extract
Download completed IPUMS microdata extract files to a local directory, verifying SHA-256 checksums and returning file paths plus verification status.
Instructions
Download completed IPUMS microdata extract files to a local directory. Verifies SHA-256 checksums. Returns local file paths and verification status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | API version (default: v2) | v2 |
| fileTypes | No | File types to download (default: data and ddiCodebook) | |
| outputDir | Yes | Local directory path to save downloaded files (created if it does not exist) | |
| collection | Yes | IPUMS microdata collection (e.g. 'usa', 'cps') | |
| extractNumber | Yes | Extract number to download |