rq_table_exists: Check if a table exists.

View source: R/db_ops.R

rq_table_existsR Documentation

Check if a table exists.

Description

Check if a table exists.

Usage

rq_table_exists(db, table_name, ..., qualifiers = NULL)

Arguments

db

Connection handle

table_name

character table name

...

not used, force later argument to bind by name

qualifiers

optional named ordered vector of strings carrying additional db hierarchy terms, such as schema.

Value

logical TRUE if table exists.

See Also

db_td


WinVector/rquery documentation built on Aug. 24, 2023, 11:12 a.m.