checkor: Check OR

Description Usage Arguments Value Examples

Description

Checks that at least one check passes.

Usage

1
checkor(..., error = TRUE)

Arguments

...

The checks to check.

error

A flag indicating whether to throw an informative error or immediately generate an informative message if all checks fails.

Value

An invisible flag indicating whether at least one check passes (if it doesn't throw an error).

Examples

1
2
3

checkr documentation built on May 1, 2019, 6:59 p.m.