Skip to contents

Are all lhs values in rhs?

Usage

lhs %allin% rhs

See also

Other infixes: %nin%(), %|0|%(), %|%(), %|legit|%(), %|try|%(), %|zchar|%()

Examples

2:5 %allin% 1:10
#> [1] TRUE
5:11 %allin% 1:10
#> [1] FALSE