Description Usage Arguments Note
View source: R/send_to_database.r
This function sends a data.frame to Greenplum using PostgreSQL's "INSERT INTO" function.
1 |
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. |
Make sure there is a connection object 'conn' in your envrionment!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.