powered by
Check OR
chkor(...)
Multiple chk_ functions.
chk_
An informative error if the test fails.
# NOT RUN { 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