dbAppendTable {RdbiPgSQL} | R Documentation |
dbAppendTable
appends data to a table.
Other arguments:
When passed a data frame, column names in the data frame are matched to column names in the database table so that you can append to a subset of the columns.
Timothy H. Keitt