Learn R Programming

timeseriesdb (version 0.4.1)

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.

d

data.frame

q

character string containing a SQL query.

chunksize

integer, defaults to 10000.