Learn R Programming

rquery (version 0.5.0)

dbi_copy_to: Old function name for rq_copy_to (old alias will eventually be removed).

Description

Old function name for rq_copy_to (old alias will eventually be removed).

Usage

dbi_copy_to(db, table_name, d, ..., overwrite = FALSE, temporary = TRUE,
  rowidcolumn = NULL)

Arguments

db

database connection handle.

table_name

name of table to create.

d

data.frame to copy to database.

...

force later argument to be by name

overwrite

logical, if TRUE try to overwrite existing table.

temporary

logical, if TRUE try to mark table as temporary.

rowidcolumn

character, name to land row-ids.

Value

a relop representation of the data

See Also

rq_copy_to