Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


caroline (version 0.5.0)

dbWriteTable2: improved Wrapper for dbWriteTable.

Description

This wrapper for dbWriteTable

Usage

dbWriteTable2(con, table.name, df, fill.null = TRUE, add.id=TRUE, ...)

Arguments

con
connection.
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.

See Also

dbWriteTable