aRTquerier-getData {aRT}R Documentation

Get data

Description

Function that returns all attributes of an object (theme, table or querier).

Usage

## S4 method for signature 'aRTquerier':
getData(object, quantity = -1, as.sp = TRUE)
## S4 method for signature 'aRTtable':
getData(object)
## S4 method for signature 'aRTtheme':
getData(object)

Arguments

object Object of class {aRTtheme,aRTtable,aRTquerier}
quantity The number of elements to be read from the database. The default value indicates that all object will be retrieved.
as.sp Return Spatial data or an object of class aRTgeometry

Author(s)

Marcos Aurelio Carrero, Pedro Ribeiro de Andrade

See Also

See aRTCLASS-class to the description of CLASS.


[Package aRT version 1.7-1 Index]