rename_field {ReDaMoR} | R Documentation |
Rename an existing field in a RelDataModel table
Description
Rename an existing field in a RelDataModel table
Usage
rename_field(x, tableName, current, new)
Arguments
x |
|
tableName |
the name of the table to modify (a single character) |
current |
the current name of the field to modify (a single character) |
new |
the new name of the field (a single character) |
Value
[Package ReDaMoR version 0.7.6 Index]