dbExistsTable-DatabricksConnection-character-method: Check if table exists in Databricks

dbExistsTable,DatabricksConnection,character-methodR Documentation

Check if table exists in Databricks

Description

Check if table exists in Databricks

Usage

## S4 method for signature 'DatabricksConnection,character'
dbExistsTable(conn, name, ...)

Arguments

conn

A DatabricksConnection object

name

Table name to check

...

Additional arguments (ignored)

Value

TRUE if table exists, FALSE otherwise


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