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

Description Usage Arguments

Description

Executes the SQL DROP TABLE.

Usage

1
2
## 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


RODBCDBI documentation built on May 2, 2019, 5:56 a.m.