Rdocumentation
powered by
Learn R Programming
RODBCDBI (version 0.1.1)
dbExistsTable,ODBCConnection,character-method: Does the table exist?
Description
Does the table exist?
Usage
"dbExistsTable"(conn, name)
Arguments
conn
An existing
ODBCConnection
name
String, name of table. Match is case insensitive.
Value
boolean value which indicated whether the table exists or not