dbCreateTable-DatabricksConnection-character-method: Create an empty Databricks table

dbCreateTable,DatabricksConnection,character-methodR Documentation

Create an empty Databricks table

Description

Create an empty Databricks table

Usage

## S4 method for signature 'DatabricksConnection,character'
dbCreateTable(conn, name, fields, ..., row.names = NULL, temporary = FALSE)

Arguments

conn

A DatabricksConnection object

name

Table name to create

fields

Either a named character vector of types or a data frame

...

Additional arguments (ignored)

row.names

Ignored (included for DBI compatibility)

temporary

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

Value

TRUE invisibly on success


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