A simple helper function that combines two outputs from calls to result()
function which is placed in a slot of Validate()
reference class.
Arguments
- v1
(
logical
orcharacter
)
an output fromresult()
function fromValidate()
reference class, to be combined withv2
.- v2
(
logical
orcharacter
)
an output fromresult()
function fromValidate()
reference class, to be combined withv1
.