Update the DuckDB database for a given tax year
Usage
update_db(year, index, path = ".", version = "efile_v2_1")
Arguments
- year
Integer tax year.
- index
Data frame with TaxYear and URL columns.
- path
Directory for the temporary and merged database files.
- version
S3 version subfolder under duckdb/ (default "efile_v2_1").
Value
Invisibly path to merged database or NULL.