aRTdb-openTable {aRT}R Documentation

Open a table

Description

Opens an existent table.

Usage

## S4 method for signature 'aRTdb':
openTable(object, tablename=NULL, type="default")
## S4 method for signature 'aRTlayer':
openTable(object, tablename=NULL, type="default")

Arguments

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”

.

Author(s)

Pedro Ribeiro de Andrade

See Also

See aRTtable-class to the description of this class, and table types.


[Package aRT version 1.7-1 Index]