h_validate_combine_results: Combining S4 Class Validation Results

View source: R/helpers.R

h_validate_combine_resultsR Documentation

Combining S4 Class Validation Results

Description

[Experimental]

A simple helper function that combines two outputs from calls to result() function which is placed in a slot of Validate() reference class.

Usage

h_validate_combine_results(v1, v2)

Arguments

v1

(logical or character)
an output from result() function from Validate() reference class, to be combined with v2.

v2

(logical or character)
an output from result() function from Validate() reference class, to be combined with v1.

Examples

h_validate_combine_results(TRUE, "some_message")

Roche/crmPack documentation built on April 30, 2024, 3:19 p.m.