rq_remove_table {rquery} | R Documentation |
Remove table
Description
Remove table
Usage
rq_remove_table(db, table_name, ..., qualifiers = NULL)
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. |
Value
logical TRUE if table existed, else FALSE
See Also
[Package rquery version 1.4.99 Index]