
Append rows to an existing Databricks table
Source:R/databricks-dbi.R
dbAppendTable-DatabricksConnection-character-data.frame-method.Rd
Append rows to an existing Databricks table
Usage
# S4 method for class 'DatabricksConnection,character,data.frame'
dbAppendTable(conn, name, value, ..., row.names = FALSE)