sqlTableDrop: Drop table.

Description Usage Arguments Examples

Description

Drop table.

Usage

1
2
3
4
sqlTableDrop(con, table, ...)

## S4 method for signature 'DBIConnection'
sqlTableDrop(con, table, ...)

Arguments

con

A database connection.

table

Name of the table. Escaped with dbQuoteIdentifier.

...

Other arguments used by individual methods.

Examples

1
2
sqlTableDrop(ANSI(), "mtcars")
sqlTableDrop(ANSI(), "mt\nca\"rs")

rstats-db/SQL documentation built on May 28, 2019, 3:35 a.m.