incl_f: Test inclusion relationship between two logical vectors
Description
This function tests whether all TRUE positions in vector A are also TRUE in vector B,
which is equivalent to testing whether A is element-wise included in B.
Usage
incl_f(A, B)
Value
A logical value: TRUE if all TRUE values in A are also TRUE in B; otherwise FALSE.