Check if table exists on DB
db_table_exists.RdCheck if table exists on DB
Arguments
- table_name
The name of the table to check for.
- schema_name
The name of the schema to check for.
- con
A connection object (can use
connect_to_popsto get a POPS connection).