dbExistsTable,SQLiteConnection,character-method {RSQLite} | R Documentation |
Does the table exist?
## S4 method for signature 'SQLiteConnection,character' dbExistsTable(conn, name)
conn |
An existing |
name |
String, name of table. Match is case insensitive. |