Creates the required tables in BigQuery if they don't exist. Run once during initial setup.

bq_init_tables(con = NULL, frequency = "both")

Arguments

con

A DBI BigQuery connection (or NULL to create one)

frequency

Either "weekly", "monthly", or "both"