notin: Find Values Without Matches, Opposite of %in%

%notin%R Documentation

Find Values Without Matches, Opposite of %in%

Description

Opposite of %in% function matching that finds values without matches

Usage

x %notin% table

Arguments

x

vector or NULL-the values to be matched

table

vector or NULL-the values to be matched against

Details

the same details as for %in%

Value

the same as for %in%


axm323/dataVisEasy documentation built on Feb. 1, 2024, 11:53 p.m.