psqlCopy: Write Data to a Table

Description Usage Arguments Details Value Author(s)

View source: R/tables.R

Description

Write a data object to a table using psql

Usage

1

Arguments

data

A matrix or data.frame which is to be written

table

The name of existing table

Details

Data is written via pipe into psql which reads the data and inserts it into the give table. There is no error checking. Proof of concept.

Value

Nothing

Author(s)

Dirk Eddelbuettel


DevProgress/RVertica documentation built on May 6, 2019, 2:11 p.m.