dbRemoveTable,SQLiteConnection,character-method {RSQLite} | R Documentation |
Executes the SQL DROP TABLE
.
## S4 method for signature 'SQLiteConnection,character' dbRemoveTable(conn, name)
conn |
An existing |
name |
character vector of length 1 giving name of table to remove |