| aRTconn-deleteDb {aRT} | R Documentation |
Function to delete a database in the DBMA.
## S4 method for signature 'aRT': deleteDb(conn, dbname, force)
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). |
Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto
aRTconn-class shows the description of this class.