dbAppendTable.PgSQL.conn {RdbiPgSQL} | R Documentation |
dbAppendTable
appends data to a table.
## S3 method for class 'PgSQL.conn': dbAppendTable(conn, ...)
conn |
A connection object |
... |
Other arguments, described in details |
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