dbCopy: Copy tables between databases
Description
Copy tables between databases
Usage
dbCopy(source.table.name, source.conn.name, target.table.name, target.conn.name, timing = getOption("dwtools.timing"), verbose = getOption("dwtools.verbose"))
Arguments
source.table.name
character vector of tables names to copy from source connection
source.conn.name
character scalar
target.table.name
character vector of tables names to copy to target connection
target.conn.name
character scalar
timing
logical measure timing
verbose
integer status messages