validate_interpretation_result {confinterpret}R Documentation

Validator for interpretation_result objects

Description

Checks some features of the passed object to see whether they are as expected for the class. See interpretation_result documentation for definition of the class.

Usage

validate_interpretation_result(x)

Arguments

x

An object to be checked to see whether it is a valid interpretation_result.

Value

The interpretation_result object that was input, if no errors are found.


[Package confinterpret version 1.0.0 Index]