Learn R Programming

dwtools (version 0.8.3.9)

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

See Also

db, timing

Examples

Run this code
# see the last example in ?db

Run the code above in your browser using DataLab