hsDropTable: Drop Database Table(s)

View source: R/main.R

hsDropTableR Documentation

Drop Database Table(s)

Description

Removes the table tbl (if permitted). This function performs opening of the connection, dropping of the table and closing of the connection. If an error occurs the program stops and an error description is shown.

Usage

hsDropTable(mdb, tbl, isPtrn = FALSE, dbg = TRUE)

Arguments

mdb

full path to MS Access database (*.mdb).

tbl

table name.

isPtrn

if TRUE, tbl is interpreted as a regular expression matching the names of the tables to be deleted.

dbg

if TRUE, debug messages are shown

See Also

hsClearTable


KWB-R/kwb.db documentation built on Oct. 1, 2023, 4:10 a.m.