innermap: Iterate a function over each sublist in a list of lists.

Description Usage Arguments

Description

Iterate a function over each sublist in a list of lists.

Usage

1
innermap(xs, f, ...)

Arguments

xs

list. The list-of-lists to iterate over.

f

function. The function to apply.

...

list. Additional optional arguments to pass to lapply.


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