Learn R Programming

lvmisc (version 0.1.2)

notin: Value matching

Description

Value matching

Usage

x %!in% table

Value

A logical vector indicating which values are not in table.

Arguments

x

Vector with the values to be matched.

table

Vector with the values to be matched against.

See Also

Examples

Run this code
x <- 8:12
x %!in% 1:10

Run the code above in your browser using DataLab