Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bqr_copy_table

Copy BigQuery table


Description

Copy a source table to another destination

Usage

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"))

Arguments

source_tableid

source table's tableId

destination_tableid

destination table's tableId

source_projectid

source table's projectId

source_datasetid

source table's datasetId

destination_projectid

destination table's projectId

destination_datasetid

destination table's datasetId

createDisposition

Create table's behaviour

writeDisposition

Write to an existing table's behaviour

Value

A job object

See Also


bigQueryR

Interface with Google BigQuery with Shiny Compatibility

v0.5.0
MIT + file LICENSE
Authors
Mark Edmondson [aut, cre], Hadley Wickham [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.