rename_field | R Documentation |
Rename an existing field in a RelDataModel table
rename_field(x, tableName, current, new)
x |
a RelDataModel |
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) |
A RelDataModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.