chkor: Check OR

View source: R/chkor.R

chkorR Documentation

Check OR

Description

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

Usage

chkor(...)

Arguments

...

Multiple chk_ functions.

Details

[Deprecated]

Value

An informative error if the test fails.

See Also

chk_null_or()

Examples

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))

chk documentation built on Oct. 6, 2023, 9:06 a.m.