Add new rows to a rezrDF.
rez_add_row.Rd
Add new rows to a rezrDF.
Arguments
- df
The rezrDF to be updated.
- ...
Argument names are column names, and argument values are vectors of values of the rows you are adding. If a primary key is not supplied, I will generate one for you. Auto fields are automatically updated and do not need to be supplied.
- rezrObj
A rezrObj, if you want to ensure that the primary key doesn't overlap with any other node in the nodeMap.
Note
Does not update foreign fields. If you want to update foreign fields, use addRow.rezrDF. If you call this function on a rezrDF with complex foreign fields, use addRow.rezrDF instead; otherwise, you cannot update those fields in the future.
Examples
sbc007 = rez_add_row(sbc007$trailDF$default, doc = "sbc007", chainCreateSeq = max(rez007$trailDF$default$chainCreateSeq) + 1, layer = "default", name = "Danae", chainSize = 1)