Writing to a table on aws
1 | write_table_to_aws(dt, table_name, overwrite = TRUE, append = FALSE)
|
dt |
data.table, to be stored in aws database |
table_name |
name of the table, where we will store data |
overwrite |
passing a parameter for RMySQL::dbWriteTable; it is set TRUE as default |
append |
passing a parameter for RMySQL::dbWriteTable; it is set FALSE as default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.