Skip to contents

Check if table exists (Id method)

Usage

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

Arguments

conn

A DatabricksConnection object

name

Table name as Id object

...

Additional arguments (ignored)

Value

TRUE if table exists, FALSE otherwise