appendTable2: Append to am Existing Table

Description Usage Arguments

Description

Like the writeTable function, this function is a wrapper around a DatabaseConnector function rather than one where a SQL statement is rendered using the SqlRender package. This function performs the additional step of converting all inputs to the data.frame class, especially in cases where the input is a tibble.

Usage

1
appendTable2(conn = conn, schema, tableName, .data, ...)

Arguments

schema

schema where tableName is located.

tableName

Name of table to write to.

.data

dataframe to append

...

Additional arguments passed to DatabaseConnector::dbAppendTable


patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.