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

verasls/lvmisc documentation built on Feb. 12, 2024, 8:21 a.m.