dbWriteTable {Rdbi} | R Documentation |
dbWriteTable
is a generic function that, when called on a valid
connection object, write a data frame to a database table.
dbWriteTable(conn, ...)
conn |
A database connection object. |
... |
Additional arguments. |
Any writes to the database backend should be atomic. Packages subclassing Rdbi need to use or emulate transactions.
Timothy H. Keitt
dbConnect
, methods, class
,
on.exit