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, data)

Arguments

object Object of class aRTtable.
data A data.frame.

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]