Configure table objects as documented by the Google docs for Table objects
Table(tableId, projectId = bqr_get_global_project(),
  datasetId = bqr_get_global_dataset(), clustering = NULL,
  description = NULL, encryptionConfiguration = NULL,
  expirationTime = NULL, friendlyName = NULL, labels = NULL,
  materializedView = NULL, rangePartitioning = NULL,
  requirePartitionFilter = NULL, schema = NULL,
  timePartitioning = NULL, view = NULL)tableId
projectId
datasetId
[Beta] Clustering specification for the table
[Optional] A user-friendly description of this table
Custom encryption configuration (e
[Optional] The time when this table expires, in milliseconds since the epoch
[Optional] A descriptive name for this table
The labels associated with this table - a named list of key = value
[Optional] Materialized view definition
[TrustedTester] Range partitioning specification for this table
[Beta] [Optional] If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified
[Optional] Describes the schema of this table
Time-based partitioning specification for this table
[Optional] The view definition
Table object
A table object to be used within bqr_patch_table
Other Table meta functions: bqr_copy_table,
  bqr_create_table,
  bqr_delete_table,
  bqr_list_tables,
  bqr_patch_table,
  bqr_table_data,
  bqr_table_meta