pmap_if | R Documentation |
A generalized map_if
pmap_if(.l, .p, .f, ..., .else = NULL)
.l |
List of lists. |
.p |
Predicate. |
.f |
Function if TRUE. |
... |
Other parameter to pass to the function. |
.else |
Function if FALSE. |
A list of same length.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.