db_table_exists: Function to test if database contains a table.

View source: R/db_simple_wrappers.R

db_table_existsR Documentation

Function to test if database contains a table.

Description

Function to test if database contains a table.

Usage

db_table_exists(con, table)

Arguments

con

Database connection.

table

A table name.

Value

Logical vector.


skgrange/databaser documentation built on April 21, 2024, 6:30 a.m.