Check if a table exists.
rq_table_exists(db, table_name, ..., qualifiers = NULL)
Connection handle
character table name
not used, force later argument to bind by name
optional named ordered vector of strings carrying additional db hierarchy terms, such as schema.
logical TRUE if table exists.