rquery (version 1.4.99)

rq_remove_table: Remove table

Description

Remove table

Usage

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

Value

logical TRUE if table existed, else FALSE

Arguments

db

database connection.

table_name

character, name of table to create.

...

not used, force later argument to bind by name

qualifiers

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

See Also

db_td