🔍 %match%: Case-insensitive match returning indices
Source:R/percent_match_operator.R
grapes-match-grapes.Rd
Performs case-insensitive matching, like match()
, but ignores letter case.
Value
An integer vector of the positions of matches of x
in table
,
like match()
. Returns NA
for non-matches.