dbAppendTable,DatabricksConnection,character,data.frame-method | R Documentation |
Append rows to an existing Databricks table
## S4 method for signature 'DatabricksConnection,character,data.frame'
dbAppendTable(conn, name, value, ..., row.names = FALSE)
conn |
A DatabricksConnection object |
name |
Table name (character, Id, or SQL) |
value |
Data frame to append |
... |
Additional arguments |
row.names |
If TRUE, preserve row names as a column |
TRUE invisibly on success
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.