send_to_database: Save a data.frame to Greenplum

Description Usage Arguments Note

View source: R/send_to_database.r

Description

This function sends a data.frame to Greenplum using PostgreSQL's "INSERT INTO" function.

Usage

1

Arguments

data

The data.frame to upload; only supports numeric, character, and date column types.

name

A character name to call the table in Greenplum. If the name begins with "sandbox." then a table will be created in the sandbox, otherwise a temp table will be created.

Note

Make sure there is a connection object 'conn' in your envrionment!


joshua-ruf/fidelis documentation built on July 20, 2019, 1:56 a.m.