existsTable.default: Check Existance of a table

Description Usage Arguments Details Value See Also

View source: R/Database.R

Description

Check Existance of a table

Usage

1
2
## Default S3 method:
existsTable(obj, name)

Arguments

obj

object. One of the four defined database connections.

name

character. Name of the table for search.

Details

Checks if a table with the given name is present in connected database.

Value

boolean.

See Also

Other Database: disconnect.default, listTables.default, readAll.default, readSQL.default, readSQLFile.default, sendSQLString.default, writeTable.default


ks465/r-utils documentation built on May 23, 2019, 5:07 p.m.