notin: Value matching

notinR Documentation

Value matching

Description

Value matching

Usage

x %!in% table

Arguments

x

Vector with the values to be matched.

table

Vector with the values to be matched against.

Value

A logical vector indicating which values are not in table.

See Also

match().

Examples

x <- 8:12
x %!in% 1:10

lvmisc documentation built on June 22, 2024, 12:18 p.m.