write_table: Write table to database

Description Usage Arguments Value

View source: R/db_write.R

Description

Write table to database

Usage

1
write_table(name, arg_list, return_newrows = TRUE)

Arguments

name

Name of the table.

arg_list

List with first element being DBIConnection to the target database and rest being columns of same length to be put into the table.

return_newrows

Return the newly added rows?

Value

Newly added rows or NULL.


sebschub/klimageodb documentation built on Sept. 25, 2021, 4:16 p.m.