dbExistsTable {DBI}R Documentation

Does a table exist?

Description

Does a table exist?

Usage

dbExistsTable(conn, name, ...)

Arguments

conn

A DBIConnection object, as produced by dbConnect.

name

A character string specifying a DBMS table name.

...

Other parameters passed on to methods.

Value

a logical vector of length 1.

See Also

Other connection methods: dbDisconnect; dbGetException; dbGetQuery, dbGetQuery,DBIConnection,character-method; dbListFields; dbListResults; dbListTables; dbReadTable, dbWriteTable; dbRemoveTable; dbSendQuery


[Package DBI version 0.3.1 Index]