dbWriteTable2: improved Wrapper for dbWriteTable.
Description
This wrapper for dbWriteTableUsage
dbWriteTable2(con, table.name, df, fill.null = TRUE, add.id=TRUE, ...)
Arguments
table.name
The name of the table to which the data frame is to be loaded.
df
A dataframe to be loaded to the database.
fill.null
Should new db present fields be added to the data.frame before it is loaded?.
add.id
Should a new column should be added for the database id?
...
other parameters passed to dbWriteTable.
Value
- If successful, the ids of the newly added database records.