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.
1 | writeTable2(conn = conn, schema, tableName, .data, ...)
|
... |
Additional arguments passed to DatabaseConnector::dbWriteTable |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.