View source: R/constraints.checkUnique.R
constraints.checkUnique | R Documentation |
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") constraints.checkUnique(constraint = TRUE, value = "any")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.