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

dbExistsTable,DatabricksConnection,AsIs-methodR Documentation

Check if table exists (AsIs method)

Description

Check if table exists (AsIs method)

Usage

## S4 method for signature '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


brickster documentation built on Sept. 9, 2025, 5:33 p.m.