pgCopyDf: Copy data.frame to postgres using bulk copy
Description
Copy data.frame to postgres using bulk copy
Usage
pgCopyDf(con, d, q, chunksize = 10000)
Arguments
con
PostgreSQL connection object.
q
character string containing a SQL query.
chunksize
integer, defaults to 10000.