what r the functions of NIN
Answers
Answered by
0
%nin% is a binary operator, which returns a logical vector indicating if there is a match or not for its left operand. A true vector element indicates no match in left operand, false indicates a match.
Similar questions