show.conditionList {unitizer} | R Documentation |
Prints A list of Conditions
Description
S4 method for conditionList
objects.
Usage
## S4 method for signature 'conditionList'
show(object)
Arguments
object |
a |
Value
object, invisibly
See Also
Examples
## Create a test item as you would find normally at the `unitizer` prompt
## for illustrative purposes:
.NEW <- mock_item()
## Show the conditions the test generated (typing `show` here is optional
## since auto-printing should dispatch to `show`)
show(.NEW$conditions)
[Package unitizer version 1.4.21 Index]