db_duck_write_table | R Documentation |
Write table to duck db connection
db_duck_write_table( con = NULL, data = NULL, table_name = NULL, db_indicies = NULL, drop_existing_table = F, append_table = TRUE, overwrite_table = FALSE, row.names = FALSE )
con |
a duckdb connection |
data |
a table name |
table_name |
table table |
db_indicies |
if not 'NULL' vector of index statements |
drop_existing_table |
if 'TRUE' drop a table that exists |
append_table |
if 'TRUE' appends table |
overwrite_table |
if 'TRUE' overrites existing table |
row.names |
if 'TRUE' rownames |
library(asbtools)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.