dbWriteTable-DatabricksConnection-Id-data.frame-method: Write a data frame to Databricks table (Id method)

dbWriteTable,DatabricksConnection,Id,data.frame-methodR Documentation

Write a data frame to Databricks table (Id method)

Description

Write a data frame to Databricks table (Id method)

Usage

## S4 method for signature 'DatabricksConnection,Id,data.frame'
dbWriteTable(
  conn,
  name,
  value,
  overwrite = FALSE,
  append = FALSE,
  row.names = FALSE,
  temporary = FALSE,
  field.types = NULL,
  staging_volume = NULL,
  show_progress = conn@show_progress,
  ...
)

Arguments

conn

A DatabricksConnection object

name

Table name as Id object

value

Data frame to write

overwrite

If TRUE, overwrite existing table

append

If TRUE, append to existing table

row.names

If TRUE, preserve row names as a column

temporary

If TRUE, create temporary table (NOT SUPPORTED - will error)

field.types

Named character vector of SQL types for columns

staging_volume

Optional volume path for large dataset staging

show_progress

If TRUE, show progress updates while writing. Defaults to the connection's show_progress setting.

...

Additional arguments.

Value

TRUE invisibly on success


brickster documentation built on July 24, 2026, 9:08 a.m.