rez_dfop | R Documentation |
This is a wrapper for performing data frame manipulation functions (such as dplyr functions) while also updating field access status. Not ordinarily called by users; beginning users may stick to functions such as addFieldLocal, changeFieldForeign, rez_mutate, rez_left_join, which are much more simple and intuitive to use.
rez_dfop(df, .f, ..., fieldaccess = "flex", updateFunct = NA, oldNames = "")
df |
The data frame to be modified. |
.f |
The function to be performed. |
... |
Argument to be passed to .f. |
fieldaccess |
The field access status of the arguments. |
updateFunct |
A list of updateFunctions to be added. |
oldNames |
The names of the fields originally in the rezrDF AFTER the operation. If no fields will be renamed, leave blank. |
The DF after the operation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.