dbWipe: Wipe out all tables in a database

View source: R/utils.R

dbWipeR Documentation

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


beanumber/etl documentation built on Oct. 14, 2023, 4:06 a.m.