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.
1 | append_table2(conn = conn, schema, tableName, .data, ...)
|
schema |
schema where |
tableName |
Name of table to write to. |
.data |
dataframe to append |
... |
Additional arguments passed to DatabaseConnector::dbAppendTable |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.