combineConstraints {eatATA} | R Documentation |
Combine multiple constraint-objects into one constraint object.
combineConstraints(..., message = TRUE)
... |
multiple constraint-objects or a list with multiple constraint-objects |
message |
A logical indicating whether a message should be given when only one constraint object is combined. |
A data.frame
of block exclusions.
combineConstraints(
itemValuesConstraint(2, 1:10, operator = ">=", targetValue = 4),
itemValuesConstraint(2, 1:10, operator = "<=", targetValue = 6)
)