pmap_if {tabxplor}R Documentation

A generalized map_if

Description

A generalized map_if

Usage

pmap_if(.l, .p, .f, ..., .else = NULL)

Arguments

.l

List of lists.

.p

Predicate.

.f

Function if TRUE.

...

Other parameter to pass to the function.

.else

Function if FALSE.

Value

A list of same length.


[Package tabxplor version 1.1.3 Index]