Learn R Programming

brickster (version 0.2.12)

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

Description

Create an empty Databricks table (Id method)

Usage

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

Value

TRUE invisibly on success

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)