Build a structured wide table and optionally export to CSV/S3
Usage
build_table(table_name, year, con, cc_file, post_to_s3 = FALSE)
Arguments
- table_name
Character table id.
- year
Integer year.
- con
DBI connection.
- cc_file
Concordance crosswalk.
- post_to_s3
Logical, if TRUE write CSV to S3 using DuckDB COPY.
Value
Invisibly the lazy tibble.