writeTable2: Write a Table

Description Usage Arguments

Description

Unlike the dropTable and renameTable functions, this function is a wrapper around the DatabaseConnector::dbWriteTable function rather than one where a SQL statement is rendered using the SqlRender package. This function that converts all inputs to the data.frame class, especially in cases where the input is a tibble, in which case an error would be thrown when writing.

Usage

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

Arguments

...

Additional arguments passed to DatabaseConnector::dbWriteTable


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