grapes-notin-grapes: Not in infix operator

%notin%R Documentation

Not in infix operator

Description

negates the %in% infix op, looks for things that are not in your list

Usage

... %notin% NA

Examples

c(1,2,3) %notin% c(3,4,5)

cpilat97/deceTools documentation built on May 12, 2022, 5:07 a.m.