Learn R Programming

etl (version 0.4.1)

dbWipe: Wipe out all tables in a database

Description

Wipe out all tables in a database

Usage

dbWipe(conn, ...)

Arguments

conn

A DBIConnection object, as returned by dbConnect().

...

Other parameters passed on to methods.

Details

Finds all tables within a database and removes them