%IN% {ufs} | R Documentation |
Case insensitive version of %in%
Description
This is simply 'in', but applies base::toupper()
to both
arguments, first.
Usage
find %IN% table
Arguments
find |
The element(s) to look up in the vector or matrix. |
table |
The vector or matrix in which to look up the element(s). |
Value
A logical vector.
Examples
letters[1:4] %IN% LETTERS
[Package ufs version 0.5.12 Index]