dbExistsTable-Data.WorldConnection-character-method: Check if a table exists in a data.world dataset.

Description Usage Arguments Value See Also

Description

Check if a table exists in a data.world dataset.

Usage

1
2
## S4 method for signature 'Data.WorldConnection,character'
dbExistsTable(conn, name, ...)

Arguments

conn

A Data.WorldConnection object, as created by dbConnect.

name

The name of the table to check. The comparison is case-insensitive.

Value

TRUE if the table is in the dataset, FALSE if not.

See Also

list_tables

#' @export


carljv/dwDBI documentation built on May 4, 2019, 7:36 a.m.