aRTdb-deleteTable {aRT}R Documentation

deleteTable

Description

Function to delete a table from the database.

Usage

## S4 method for signature 'aRTdb':
deleteTable(object,tablename="tablename",force)

Arguments

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).

Author(s)

Pedro Ribeiro de Andrade Neto

See Also

See aRTdb-class to show the description of this class. aRTtable-class for description of TerraLib tables.


[Package aRT version 0.4-0 Index]