Create an empty Databricks table (AsIs method)
# S4 method for DatabricksConnection,AsIs
dbCreateTable(conn, name, fields, ..., row.names = NULL, temporary = FALSE)TRUE invisibly on success
A DatabricksConnection object
Table name as AsIs object (from I())
Either a named character vector of types or a data frame
Additional arguments (ignored)
Ignored (included for DBI compatibility)
If TRUE, create temporary table (NOT SUPPORTED - will error)