Skip to contents

Check if table exists in Databricks

Usage

# S4 method for class 'DatabricksConnection,character'
dbExistsTable(conn, name, ...)

Arguments

conn

A DatabricksConnection object

name

Table name to check

...

Additional arguments (ignored)

Value

TRUE if table exists, FALSE otherwise