| compare {emayili} | R Documentation |
Compare vectors
Description
Returns TRUE wherever elements are the same (including NA),
and FALSE everywhere else.
Usage
compare(lhs, rhs)
Arguments
lhs |
LHS of operation. |
rhs |
RHS of operation. |
Value
A Boolean value.
[Package emayili version 0.9.1 Index]