whichs {hutilscpp} | R Documentation |
Separated which
Description
Same as which(exprA)
where exprA
is a binary
expression.
Usage
whichs(
exprA,
.env = parent.frame(),
nThread = getOption("hutilscpp.nThread", 1L)
)
Arguments
exprA |
An expression. Useful when of the form |
.env |
The environment in which |
nThread |
Number of threads to use. |
Value
Integer vector, the indices of exprA
that return TRUE
.
[Package hutilscpp version 0.10.5 Index]