grapes-not_in-grapes: Opposite of in

%not_in%R Documentation

Opposite of in

Description

Opposite of in

Usage

x %not_in% y

Arguments

x

The first vector.

y

The second vector.

Examples

## Not run: 
c(2,3,4,5) %not_in% c(3,4)

## End(Not run)

drewvoigt10/cellcuratoR documentation built on May 22, 2023, 4:38 p.m.