View source: R/gta_sql_append_table.R
gta_sql_append_table | R Documentation |
Upload data frame into your database
gta_sql_append_table(append.table = NULL, append.by.df = NULL, db.connection = "pool")
append.table |
The name of the table you want to append to. Understands GTA and SQL naming convetion (e.g. 'master.frame' or 'master_frame') |
append.by.df |
A string with the name of the data frame you want to add to the SQL table. It's permissable to enter parts e.g. 'my.df[last.row,]'. |
db.connection |
Specify the database connection you want to use. Default is 'pool'. |
Global Trade Alert
www.globaltradealert.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.