Append raw data to BigQuery

bq_append_raw_data(dt, con = NULL, frequency = "monthly", chunk_size = 500000L)

Arguments

dt

data.table to append (must have: dataElement, period, orgUnit, value, timestamp, version)

con

A DBI BigQuery connection (or NULL to create one)

frequency

Either "weekly" or "monthly"

chunk_size

Upper limit on download chunk