Learn R Programming

chk (version 0.9.2)

chkor: Check OR

Description

The chkor() function has been deprecated for the faster chkor_vld().

Usage

chkor(...)

Value

An informative error if the test fails.

Arguments

...

Multiple chk_ functions.

Details

[Deprecated]

See Also

chk_null_or()

Examples

Run this code
chkor()
chkor(chk_flag(TRUE))
try(chkor(chk_flag(1)))
try(chkor(chk_flag(1), chk_flag(2)))
chkor(chk_flag(1), chk_flag(TRUE))

Run the code above in your browser using DataLab