Learn R Programming

brickster (version 0.2.12)

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

Description

Create an empty Databricks table

Usage

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

Value

TRUE invisibly on success

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)