Learn R Programming

tuple (version 0.4-02)

not-in: Mismatch Test

Description

Test whether some data are not in a table.

Usage

x %!in% table

Arguments

x
A vector of data.
table
A table of reference values.

Details

This helps avoid code structures like !(x %in% table).

See Also

match

Examples

Run this code
1:2 %!in% 2:4

Run the code above in your browser using DataLab