rez_rename | R Documentation |
Rename rezrDF columns.
rez_rename(df, ...)
df |
The data frame to be modified. |
... |
Functions to be passed to rename. New column names are argument names; old column names are argument values. |
A rezrDF object.
This function does not update foreign references to the field that you're renaming. So be sure to update the updateFunctions of those fields; otherwise, you will break your rezrObj.
sbc007$treeEntryDF$default %>% rez_rename(gramRel = Relation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.