Copy a source table to another destination
bqr_copy_table(source_tableid, destination_tableid,
source_projectid = bqr_get_global_project(),
source_datasetid = bqr_get_global_dataset(),
destination_projectid = bqr_get_global_project(),
destination_datasetid = bqr_get_global_dataset(),
createDisposition = c("CREATE_IF_NEEDED", "CREATE_NEVER"),
writeDisposition = c("WRITE_TRUNCATE", "WRITE_APPEND", "WRITE_EMPTY"))
source table's tableId
destination table's tableId
source table's projectId
source table's datasetId
destination table's projectId
destination table's datasetId
Create table's behaviour
Write to an existing table's behaviour
A job object
Other Table meta functions: Table
,
bqr_create_table
,
bqr_delete_table
,
bqr_list_tables
,
bqr_patch_table
,
bqr_table_data
,
bqr_table_meta