dbAppendTable.PgSQL.conn {RdbiPgSQL}R Documentation

Append data to a PgSQL table

Description

dbAppendTable appends data to a table.

Usage

## S3 method for class 'PgSQL.conn':
dbAppendTable(conn, ...)

Arguments

conn A connection object
... Other arguments, described in details

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.

Author(s)

Timothy H. Keitt

References

http://rdbi.sourceforge.net/

See Also

dbWriteTable


[Package RdbiPgSQL version 1.16.0 Index]