Learn R Programming

brickster (version 0.2.11)

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

Description

Check if table exists (Id method)

Usage

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

Value

TRUE if table exists, FALSE otherwise

Arguments

conn

A DatabricksConnection object

name

Table name as Id object

...

Additional arguments (ignored)