db_copy_table_between_connections: Function to copy a database table from one connection to...

View source: R/db_copy_table_between_connections.R

db_copy_table_between_connectionsR Documentation

Function to copy a database table from one connection to another.

Description

Function to copy a database table from one connection to another.

Usage

db_copy_table_between_connections(
  con_source,
  con_destination,
  table,
  exists_only = TRUE,
  verbose = FALSE
)

Arguments

con_source

Database connection to the source database.

con_destination

Database connection to the destination database.

table

Table to copy from con_source to con_destination.

exists_only

Should only the tables which exist in both databases be copied?

verbose

Should the function give messages?

Value

Invisible con_source.


skgrange/databaser documentation built on April 21, 2024, 6:30 a.m.