Learn R Programming

brickster (version 0.2.11)

dbAppendTable,DatabricksConnection,Id,data.frame-method: Append rows to an existing Databricks table (Id method)

Description

Append rows to an existing Databricks table (Id method)

Usage

# S4 method for DatabricksConnection,Id,data.frame
dbAppendTable(conn, name, value, ..., row.names = FALSE)

Value

TRUE invisibly on success

Arguments

conn

A DatabricksConnection object

name

Table name as Id object

value

Data frame to append

...

Additional arguments

row.names

If TRUE, preserve row names as a column