Description Usage Arguments Value See Also
A predicate function is one that takes a single argument returns either true or
false. remove
takes such a function, applies it to a functional list,
and keeps those values that return false in the predicate.
1 2 |
ls |
A function, with class |
fn |
A predicate function, as described above |
... |
Additional arguments to remove, for S3 consistency |
A functional list whose data elements return false
in the predicate
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.