constraints.checkUnique {tableschema.r} | R Documentation |
Check if a field is unique
Description
If TRUE
, then all values for that field MUST
be unique within the data file in which it is found.
Usage
constraints.checkUnique(constraint, value)
Arguments
constraint |
set TRUE to check unique values |
value |
value to check |
Value
TRUE if field is unique
See Also
Examples
constraints.checkUnique(constraint = FALSE, value = "any")
constraints.checkUnique(constraint = TRUE, value = "any")
[Package tableschema.r version 1.1.2 Index]