map: Iterate a function over a list.

Description Usage Arguments

Description

Iterate a function over a list.

Usage

1
map(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.