grapes-notin-grapes: Not in operator

Description Usage Examples

Description

Operator which tests whether vector or element x is not included in vector y. Equivalent to '!(x

Usage

1
x %notin% y

Examples

1
2
3
4
5
6
7
a <- c(1,2,3,4,5)
3 %in% a
3 %notin% a
3 %!in% a
6 %in% a
6 %notin% a
6 %!in% a

Prometheus77/actools documentation built on March 7, 2020, 11:01 a.m.