Learn R Programming

TestDesign (version 1.1.3)

updateConstraints: (deprecated) Update constraints

Description

Use toggleConstraints instead.

Usage

updateConstraints(object, on = NULL, off = NULL)

Arguments

object

a '>constraints object from loadConstraints.

on

constraint indices to mark as active.

off

constraint indices to mark as inactive.

Value

updateConstraints returns the updated '>constraints object.

Examples

Run this code
# NOT RUN {
constraints_science2 <- updateConstraints(constraints_science, off = 32:36)
constraints_science3 <- updateConstraints(constraints_science, on = 32:36)
# }

Run the code above in your browser using DataLab