View source: R/constraints.checkEnum.R
constraints.checkEnum | R Documentation |
Check if the value is exactly match a constraint.
constraints.checkEnum(constraint, value)
constraint |
numeric list,matrix or vector with the constraint values |
value |
numeric value to meet the constraint |
TRUE if value meets the constraint
constraints.checkEnum(constraint = list(1, 2), value = 1) constraints.checkEnum(constraint = list(1, 2), value = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.