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 Feb. 17, 2026, 9:08 a.m.