pmap_if: A generalized map_if

pmap_ifR 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.


BriceNocenti/tablr documentation built on April 12, 2025, 12:56 a.m.