dbExistsTable,DatabricksConnection,character-method: Check if table exists in Databricks
Description
Check if table exists in Databricks
Usage
# S4 method for DatabricksConnection,character
dbExistsTable(conn, name, ...)
Value
TRUE if table exists, FALSE otherwise
Arguments
- conn
A DatabricksConnection object
- name
Table name to check
- ...
Additional arguments (ignored)