| dbCreateTable,DatabricksConnection,character-method | R Documentation |
Create an empty Databricks table
## S4 method for signature 'DatabricksConnection,character'
dbCreateTable(conn, name, fields, ..., row.names = NULL, temporary = FALSE)
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 invisibly on success
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.