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 Sept. 13, 2024, 3:53 a.m.