Learn R Programming

RtutoR (version 2018.06.08)

holds.true: Test: Does a certain condition on the stud's generated variables hold true

Description

Test: Does a certain condition on the stud's generated variables hold true

Usage

holds.true(cond, short.message = failure.message,
  failure.message = "Failure in holds.true",
  success.message = "Great, the condition {{cond}} holds true in your solution!",
  part = NULL, ps = get.ps(), stud.env = ps$stud.env, cond.str = NULL,
  ...)

Arguments