tabExist: Check if table exists

View source: R/importFuns.R

tabExistR Documentation

Check if table exists

Description

Check if a table exists in the OFPE database by checking for the user provided schema and table.

Usage

tabExist(db, schema, dtype)

Arguments

db

Connection to OFPE database.

schema

Name of the schema where the target table is.

dtype

The name of the target table.

Value

Logical, if table exists in database.


paulhegedus/OFPE documentation built on Nov. 23, 2022, 5:09 a.m.