Write imputed facility data to BigQuery (full replace)

bq_write_imputed_data(
  dt,
  con = NULL,
  frequency = "monthly",
  chunk_size = 500000L,
  append_mode = FALSE
)

Arguments

dt

data.table with imputed facility-level data

con

A DBI BigQuery connection (or NULL to create one)

frequency

Either "weekly" or "monthly"

chunk_size

Upper limit on upload

append_mode

FALSE=overwrite, TRUE=append