dbAppendTable {Rdbi} | R Documentation |
dbAppendTable
is a generic function that, when called on a
valid database connection object, appends the contents of a data frame
to a database table.
dbAppendTable(conn, ...)
conn |
A database connection object. |
... |
Additional arguments |
Column names of the data frame must match column names of the database table. Implementations should allow the data frame columns to be a subset of the database table columns and match R column names to SQL column names. Appends must be atomic. Implementations must use transactions or emulate them.
Timothy H. Keitt
dbConnect
, methods, class
,
on.exit