| dbCreateTable,DatabricksConnection,AsIs-method | R Documentation |
Create an empty Databricks table (AsIs method)
## S4 method for signature 'DatabricksConnection,AsIs'
dbCreateTable(conn, name, fields, ..., row.names = NULL, temporary = FALSE)
conn |
A DatabricksConnection object |
name |
Table name as AsIs object (from I()) |
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.