set_unique_index | R Documentation |
Set table index uniqueness in a RelDataModel
set_unique_index(x, tableName, fieldNames, unique)
x |
a RelDataModel |
tableName |
the name of the table to modify (a single character) |
fieldNames |
the names of the fields composing the index |
unique |
a logical value |
A RelDataModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.