dbCreateTable-DatabricksConnection-Id-method: Create an empty Databricks table (Id method)

dbCreateTable,DatabricksConnection,Id-methodR Documentation

Create an empty Databricks table (Id method)

Description

Create an empty Databricks table (Id method)

Usage

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

Arguments

conn

A DatabricksConnection object

name

Table name as Id object

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.