aRTdb-openTable {aRT} | R Documentation |
Opens an existent table.
## S4 method for signature 'aRTdb': openTable(object, tablename=NULL, type="default") ## S4 method for signature 'aRTlayer': openTable(object, tablename=NULL, type="default")
object |
Object of class aRTlayer or aRTdb . |
tablename |
Name of the table. |
type |
The type of the table. It is used only in media tables, which have no name. In this case, type must be “media” |
.
Pedro Ribeiro de Andrade
See aRTtable-class
to the description of this class, and table types.