set_unique_index {ReDaMoR} | R Documentation |
Set table index uniqueness in a RelDataModel
Description
Set table index uniqueness in a RelDataModel
Usage
set_unique_index(x, tableName, fieldNames, unique)
Arguments
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 |
Value
[Package ReDaMoR version 0.7.6 Index]