Learn R Programming

etl (version 0.4.2)

dbWipe: Wipe out all tables in a database

Description

Wipe out all tables in a database

Usage

dbWipe(conn, ...)

Arguments

conn

a DBI::DBIConnection object

...

arguments passed to DBI::dbRemoveTable()

Details

Finds all tables within a database and removes them