combineConstraints {eatATA}R Documentation

Combine constraints

Description

Combine multiple constraint-objects into one constraint object.

Usage

combineConstraints(..., message = TRUE)

Arguments

...

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.

Value

A data.frame of block exclusions.

Examples

combineConstraints(
 itemValuesConstraint(2, 1:10, operator = ">=", targetValue = 4),
 itemValuesConstraint(2, 1:10, operator = "<=", targetValue = 6)
)


[Package eatATA version 1.1.2 Index]