map2_if | R Documentation |
A 2 arguments map_if
map2_if(.x, .y, .p, .f, ..., .else = NULL)
.x , .y |
Lists. |
.p |
Predicate. |
.f |
Function if TRUE. |
... |
Other parameter to pass to the function. |
.else |
Function if FALSE. |
A list of the same length.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.