Description Usage Arguments Value See Also
A predicate function is one that takes a single argument returns either true or
false. find
takes such a function, applies it to a functional list,
and returns the first object where the function returns TRUE
.
1 2 |
ls |
A function, with class |
fn |
A predicate function, as described above |
... |
Additional arguments to remove, for S3 consistency |
Either the first object that fulfills the predicate or FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.