This is a wrapper around db_insert
with the default parameters set to append to a table.
db_append(df, table, db, ...)
df | data.frame |
---|---|
table | character vector of an optional schema and table name |
db | database object returned by |
... | further parameters passed to |