vmap: Iterate a function over the values of a list.

Description Usage Arguments

Description

Iterate a function over the values of a list.

Usage

1
vmap(xs, f, ...)

Arguments

xs

list. The list 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.