Learn R Programming

brickster (version 0.2.12)

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

Description

Append rows to an existing Databricks table

Usage

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

Value

TRUE invisibly on success

Arguments

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