Skip to contents

Check if table exists (AsIs method)

Usage

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

Arguments

conn

A DatabricksConnection object

name

Table name as AsIs object (from I())

...

Additional arguments (ignored)

Value

TRUE if table exists, FALSE otherwise