If TRUE
, then all values for that field MUST
be unique within the data file in which it is found.
constraints.checkUnique(constraint, value)
constraint | set TRUE to check unique values |
---|---|
value | value to check |
TRUE if field is unique
constraints.checkUnique(constraint = FALSE, value = "any")#> [1] TRUEconstraints.checkUnique(constraint = TRUE, value = "any")#> [1] TRUE