Closed richierocks closed 7 years ago
Since the most common use of the match function is with the %in% operator, it makes sense to have a %fin% operator to go with fmatch.
match
%in%
%fin%
fmatch
Drat! I've just seen that Josh Ulrich has already done this.
Thanks, Josh's version is now in so closing.
Since the most common use of the
match
function is with the%in%
operator, it makes sense to have a%fin%
operator to go withfmatch
.