bq_write_clean_data.Rd
Overwrites the clean data table with the latest processed output.
bq_write_clean_data( dt, con = NULL, frequency = "monthly", chunk_size = 500000L, append_mode = FALSE )
data.table with clean aggregated data
A DBI BigQuery connection (or NULL to create one)
Either "weekly" or "monthly"
"weekly"
"monthly"
Upper limit on upload
FALSE=overwrite, TRUE=append