unitizer (version 1.4.5)

show.conditionList: Prints A list of Conditions

Description

S4 method for conditionList objects.

Usage

# S4 method for conditionList
show(object)

Arguments

object

a conditionList object (list of conditions)

Value

object, invisibly

See Also

conditionList

Examples

Run this code
# NOT RUN {
## 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)
# }

Run the code above in your browser using DataLab