remove_index {ReDaMoR} | R Documentation |
Remove an index from a table in a RelDataModel
Description
Remove an index from a table in a RelDataModel
Usage
remove_index(x, tableName, fieldNames)
Arguments
x |
|
tableName |
the name of the table to modify (a single character) |
fieldNames |
the names of the fields composing the index |
Value
[Package ReDaMoR version 0.7.6 Index]