Learn R Programming

datacheckr (version 0.2.0.9002)

checkor: Multiple Checks

Description

Checks that one or more checks return without an error. Otherwise throws an error consisting of the error messages separated by OR.

Usage

checkor(...)

Arguments

...
Checks to check.

Value

Throws an informative error or returns an invisible TRUE.