Skip to contents

Tests if not all elements of `a` are contained in `b`.

Usage

a %notallin% b

Arguments

a

Vector to test

b

Vector to test against

Value

TRUE if at least one element of `a` is not in `b`, otherwise FALSE