dbRemoveTable,SQLiteConnection,character-method: Remove a table from the database.
Description
Executes the SQL DROP TABLE.
Usage
# S4 method for SQLiteConnection,character
dbRemoveTable(conn, name)
Arguments
conn
An existing '>SQLiteConnection
name
character vector of length 1 giving name of table to remove