aRTtable-addRows {aRT}R Documentation

Add rows to a table

Description

Adds new rows to a table. It requires an exact matching among colnames and table colnames (it does not need to be in the same order of colnames).

If a row already exists in the database, it will be updated.

Usage

## S4 method for signature 'aRTtable':
addRows(object, rows)

Arguments

object Object of class aRTtable.
rows A data.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]