dbExistsTable,SQLiteConnection,character-method: Does the table exist?
Description
Does the table exist?
Usage
# S4 method for SQLiteConnection,character
dbExistsTable(conn, name)
Arguments
conn
An existing '>SQLiteConnection
name
String, name of table. Match is case insensitive.