Learn R Programming

RODBCDBI (version 0.1.1)

dbRemoveTable,ODBCConnection,character-method: Remove a table from the database.

Description

Executes the SQL DROP TABLE.

Usage

"dbRemoveTable"(conn, name)

Arguments

conn
An existing ODBCConnection
name
character vector of length 1 giving name of table to remove