| transfer_table | R Documentation | 
Transfer a table from one location to another.
transfer_table(
  source_db,
  dest_db,
  source_table,
  dest_table,
  job_name = NULL,
  source_credential_id = NULL,
  dest_credential_id = NULL,
  interval = NULL,
  verbose = FALSE,
  advanced_options = NULL
)
| source_db | string or int, The name of the database where the source table is located. Optionally, could be the database ID. | 
| dest_db | string or int, The name of the database where the table will be transferred. Optionally, could be the database ID. | 
| source_table | string, Full name of the table to transfer,
e.g.,  | 
| dest_table | string, Full name of the table in the destination database,
e.g.,  | 
| job_name | string, optional, A name to give the job. If omitted, a random job name will be used. | 
| source_credential_id | string or int, Optional credential ID
for the source database. If  | 
| dest_credential_id | string or int, Optional credential ID
for the source database. If  | 
| interval | Number of seconds to wait between checks for job completion.
If  | 
| verbose | bool, Set to TRUE to print intermediate progress indicators. | 
| advanced_options | A list of advanced options for the sync. See  | 
A civis_api object.
Other tables: 
get_table_id(),
refresh_table()
## Not run: 
transfer_table(source_db='Cluster A', dest_db='Cluster B',
               source_table='schma.tbl', dest_table='schma.tbl')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.