aRTquerier-getData {aRT}R Documentation

Get data

Description

Function that returns all attributes of an object (theme, table or querier). Note that you can do it n times with an aRTquerier, because it returns just one attribute per time.

Usage

## S4 method for signature 'aRTquerier':
getData(object)
## S4 method for signature 'aRTtable':
getData(object)
## S4 method for signature 'aRTtheme':
getData(object)

Arguments

object Object of class {aRTtheme,aRTtable,aRTquerier}

Author(s)

Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto

See Also

See aRTCLASS-class to the description of CLASS.


[Package aRT version 0.4-0 Index]