dbRemoveTable,SQLiteConnection,character-method {RSQLite}R Documentation

Remove a table from the database.

Description

Executes the SQL DROP TABLE.

Usage

## S4 method for signature 'SQLiteConnection,character'
dbRemoveTable(conn, name)

Arguments

conn

An existing SQLiteConnection

name

character vector of length 1 giving name of table to remove


[Package RSQLite version 1.0.0 Index]