Skip to contents

Check if table exists on DB

Usage

db_table_exists(table_name, schema_name, con)

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_pops to get a POPS connection).

Value

a logical value.