This is a wrapper around db_insert with the default parameters set to append to a table.

db_append(df, table, db, ...)

Arguments

df

data.frame

table

character vector of an optional schema and table name

db

database object returned by db_connect

...

further parameters passed to dbWriteTable, eg to modify row.names or append (depends on driver)