Learn R Programming

eatATA (version 1.1.2)

combineConstraints: Combine constraints

Description

Combine multiple constraint-objects into one constraint object.

Usage

combineConstraints(..., message = TRUE)

Value

A data.frame of block exclusions.

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.

Examples

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

Run the code above in your browser using DataLab