Iterates over tables in a WRDS PostgreSQL schema and calls
wrds_update_pq for each table.
Arguments
- schema
WRDS schema name.
- data_dir
Root directory of the local Parquet data repository.
- force
If
TRUE, re-download tables even if local files appear current.- tables
Optional subset of table names to process.
- views
If
TRUE, include views as well as base tables.- chunk_size
Number of rows fetched and written per chunk.
- wrds_id
Optional WRDS username override.
- transfer_method
Transfer backend passed to
wrds_update_pq.- numeric_mode
Numeric handling mode passed to
wrds_update_pq.- ...
Additional arguments passed to
wrds_update_pq.