powered by
A simple helper function that combines two outputs from calls to result() function which is placed in a slot of Validate() reference class.
result()
Validate()
h_validate_combine_results(v1, v2)
(logical or character) an output from result() function from Validate() reference class, to be combined with v2.
logical
character
v2
(logical or character) an output from result() function from Validate() reference class, to be combined with v1.
v1
h_validate_combine_results(TRUE, "some_message")
Run the code above in your browser using DataLab