pg_table_exists: Check if a table exists in the given database

pg_table_existsR Documentation

Check if a table exists in the given database

Description

This is used as a helper function by other package functions.

Usage

pg_table_exists(db, tablename)

Arguments

db

An open database connection.

tablename

Name of the table (schema is assumed to be 'lidar').

Value

TRUE if the table was found; FALSE otherwise.


mbedward/CERMBldb documentation built on May 2, 2024, 8:10 a.m.