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

dbAppendTable,DatabricksConnection,character,data.frame-methodR Documentation

Append rows to an existing Databricks table

Description

Append rows to an existing Databricks table

Usage

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

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

Value

TRUE invisibly on success


brickster documentation built on Sept. 9, 2025, 5:33 p.m.