Learn R Programming

brickster (version 0.2.11)

dbExistsTable,DatabricksConnection,AsIs-method: Check if table exists (AsIs method)

Description

Check if table exists (AsIs method)

Usage

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

Value

TRUE if table exists, FALSE otherwise

Arguments

conn

A DatabricksConnection object

name

Table name as AsIs object (from I())

...

Additional arguments (ignored)