hsDropTable | R Documentation |
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.
hsDropTable(mdb, tbl, isPtrn = FALSE, dbg = TRUE)
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 |
hsClearTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.