dbWriteTable.PgSQL.conn {RdbiPgSQL}R Documentation

Write a data frame to a database

Description

dbWriteTable writes the contents of a data frame into a PostgreSQL table.

Usage

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

Arguments

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

Details

Other arguments:

Author(s)

Timothy H. Keitt

References

http://rdbi.sourceforge.net/

See Also

dbReadTable


[Package RdbiPgSQL version 1.16.0 Index]