nfilter: Return only the values of a list where the names of that list...

Description Usage Arguments

Description

Return only the values of a list where the names of that list meet a certain predicate.

Usage

1
nfilter(xs, f)

Arguments

xs

list. The list to filter.

f

function. The predicate function to apply. It should return TRUE or FALSE for each name element of the list.


peterhurford/funtools documentation built on May 25, 2019, 1:50 a.m.