aRTdb-openTable {aRT}R Documentation

Open a table

Description

Opens an existent table.

Usage

## S4 method for signature 'aRTdb':
openTable(object, tablename)
## S4 method for signature 'aRTlayer':
openTable(object, tablename)

Arguments

object Object of class aRTlayer or aRTdb.
tablename Name of the table.

Author(s)

Pedro Ribeiro de Andrade Neto

See Also

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


[Package aRT version 0.4-0 Index]