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 DBI::DBIConnection object

...

arguments passed to DBI::dbRemoveTable()

Details

Finds all tables within a database and removes them


etl documentation built on Aug. 8, 2025, 7:15 p.m.