View source: R/directDatabaseSave.R
dbWriteTableMatchCol | R Documentation |
Writes a data.table to a database table like dbWriteTable
, but
matches to the column names. Column names must be all lowercase in your
data.table.
dbWriteTableMatchCol(conn, name, value, ...)
conn |
a DBIConnection. |
name |
A character string specifying a DBMS table name. |
value |
a data.table to write. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.