aRTdb-deleteTable {aRT}R Documentation

deleteTable

Description

Function to delete a table from the database.

Usage

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

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

See Also

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


[Package aRT version 1.7-1 Index]