set_unique_index {ReDaMoR} | R Documentation |
Set table index uniqueness in a RelDataModel
set_unique_index(x, tableName, fieldNames, unique)
x |
|
tableName |
the name of the table to modify (a single character) |
fieldNames |
the names of the fields composing the index |
unique |
a logical value |