aRTtable-updateColumns {aRT}R Documentation

Update table columns

Description

Update a set of table data. It does not need to have all columns, and if there are columns inexistent in the table, they will be created.

Usage

## S4 method for signature 'aRTtable':
updateColumns(object, columns)

Arguments

object Object of class aRTtable.
columns A idata.frame.

Author(s)

Pedro Ribeiro de Andrade Neto

See Also

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


[Package aRT version 0.4-0 Index]