map2_if {tabxplor} | R Documentation |
A 2 arguments map_if
Description
A 2 arguments map_if
Usage
map2_if(.x, .y, .p, .f, ..., .else = NULL)
Arguments
.x , .y |
Lists. |
.p |
Predicate. |
.f |
Function if TRUE. |
... |
Other parameter to pass to the function. |
.else |
Function if FALSE. |
Value
A list of the same length.
[Package tabxplor version 1.2.0 Index]