Description Usage Arguments Value Examples
Find a specific number of elements in a list or vector satisfying a given condition
1 | list.find(.data, cond, n = 1L)
|
.data |
A |
cond |
A logical lambda expression |
n |
The number of items to find. ( |
A list or vector of at most n
elements in .data
found to satisfy cond
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.