dbAppendTable {RdbiPgSQL}R Documentation

Append data to a PgSQL table

Description

dbAppendTable appends data to a table.

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]