show.conditionList {unitizer} | R Documentation |
S4 method for conditionList
objects.
## S4 method for signature 'conditionList' show(object)
object |
a |
object, invisibly
## 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)