rez_add_row | R Documentation |
Add new rows to a rezrDF.
rez_add_row(df, ..., rezrObj = NULL)
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. |
The rezrDF with the new row(s).
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.
sbc007 = rez_add_row(sbc007$trailDF$default, doc = "sbc007", chainCreateSeq = max(rez007$trailDF$default$chainCreateSeq) + 1, layer = "default", name = "Danae", chainSize = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.