Write Notify

write_notify(connection, target_name, local_table, verbose = TRUE, ...)

Arguments

connection

a database connection returned by [DBI::dbConnect()]

target_name

character vector length 1 detailing the database table to write to

local_table

the local table object to write out

verbose

logical flag to print results to the console

...

optional additional arguments to pass to [DBI::dbWriteTable()]

Details

Writes out local tables into a database, and let's you know when it's done. Pass via ... options like: overwrite, append, copy

See also

Other connection: retrieve_tables()