aRTtable-addRows {aRT} | R Documentation |
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.
## S4 method for signature 'aRTtable': addRows(object, rows)
object |
Object of class aRTtable . |
rows |
A data.frame . |
Pedro Ribeiro de Andrade Neto
See aRTtable-class
to show the description of this class.