Append rows to an existing Databricks table
# S4 method for DatabricksConnection,character,data.frame
dbAppendTable(conn, name, value, ..., row.names = FALSE)TRUE invisibly on success
A DatabricksConnection object
Table name (character, Id, or SQL)
Data frame to append
Additional arguments
If TRUE, preserve row names as a column