Create an empty Databricks table (Id method)
# S4 method for DatabricksConnection,Id
dbCreateTable(conn, name, fields, ..., row.names = NULL, temporary = FALSE)TRUE invisibly on success
A DatabricksConnection object
Table name as Id object
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)