whichs | R Documentation |
Same as which(exprA)
where exprA
is a binary
expression.
whichs(
exprA,
.env = parent.frame(),
nThread = getOption("hutilscpp.nThread", 1L)
)
exprA |
An expression. Useful when of the form |
.env |
The environment in which |
nThread |
Number of threads to use. |
Integer vector, the indices of exprA
that return TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.