dbExistsTable,DatabricksConnection,character-method | R Documentation |
Check if table exists in Databricks
## S4 method for signature 'DatabricksConnection,character'
dbExistsTable(conn, name, ...)
conn |
A DatabricksConnection object |
name |
Table name to check |
... |
Additional arguments (ignored) |
TRUE if table exists, FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.