dbRemoveTable,ODBCConnection,character-method {RODBCDBI}R Documentation

Remove a table from the database.

Description

Executes the SQL DROP TABLE.

Usage

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

Arguments

conn

An existing ODBCConnection

name

character vector of length 1 giving name of table to remove


[Package RODBCDBI version 0.1.1 Index]