aRTconn-deleteDb {aRT}R Documentation

Delete a database

Description

Function to delete a database in the DBMA.

Usage

## S4 method for signature 'aRT':
deleteDb(conn, dbname, force)

Arguments

conn Object of class aRTconn.
dbname Name of the database.
force As it is a dangerous operation, this argument asks for avoiding a confirmation (defult is FALSE).

Author(s)

Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto

See Also

aRTconn-class shows the description of this class.


[Package aRT version 0.4-0 Index]