aRTtable-createRelation {aRT}R Documentation

Create a new table relation

Description

(not implemented) Function that creates a new relation between two database tables. To access the joining of this two tables create an aRTtheme object using both tables.

Usage

## S4 method for signature 'aRTtable':
createRelation(object, attr, rtable, rattr=attr)

Arguments

object aRTtable to be linked.
attr This tables attribute to be joined.
rtable The related table.
rattr Related table attribute. Default is attr.

Author(s)

Pedro Ribeiro de Andrade

See Also

See aRTtable-class to show the description of this class.


[Package aRT version 1.7-1 Index]