aRTdb-deleteTable {aRT} | R Documentation |
Function to delete a table from the database.
## S4 method for signature 'aRTdb': deleteTable(object,tablename="tablename",force)
object |
Object of aRTdb class. |
tablename |
name of the table. |
force |
As it is a dangerous operation, this argument asks for avoiding a confirmation (defult is FALSE). |
Pedro Ribeiro de Andrade Neto
See aRTdb-class
to show the description of this class.
aRTtable-class
for description of TerraLib tables.