aRTtable-addRows {aRT} | R Documentation |
Function to add new rows to a table. It requires an exact matching among colnames and the table colnames (although they do not have to be in the same order).
If the table has one of the primary keys missing (or the primary key missing, if there is only one), this function uses rownames as values.
If a row already exists in the database, it will be updated.
## S4 method for signature 'aRTtable': addRows(object, rows)
object |
Object of class aRTtable . |
rows |
A data.frame . |
Pedro Ribeiro de Andrade
See aRTtable-class
to show the description of this class.