dbCopy: Copy tables between databases

Description Usage Arguments See Also Examples

Description

Copy tables between databases

Usage

1
2
3
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

See Also

db, timing

Examples

1
# see the last example in ?db

jangorecki/dwtools documentation built on May 18, 2019, 12:24 p.m.