Learn R Programming

operators (version 0.1-7)

notIn: Not in

Description

Negation of the %in% operator.

Usage

x %!in% table

Arguments

Value

Logical vector, negation of the %in% operators on the same arguments.

Examples

Run this code
1:10 %!in% c(1,3,5,9)

Run the code above in your browser using DataLab