bq_write_imputed_data.Rd
Write imputed facility data to BigQuery (full replace)
bq_write_imputed_data( dt, con = NULL, frequency = "monthly", chunk_size = 500000L, append_mode = FALSE )
data.table with imputed facility-level data
A DBI BigQuery connection (or NULL to create one)
Either "weekly" or "monthly"
"weekly"
"monthly"
Upper limit on upload
FALSE=overwrite, TRUE=append