zip_with: Zip two lists together by a specific function.

Description Usage Arguments

Description

Zip two lists together by a specific function.

Usage

1
2
3
zip_with(xs, ys, f)

xs %+/>% f

Arguments

xs

list. One list to zip.

ys

list. Antoher list to zip.

f

function. A funciton that should take two arguments, iterating over each element of both lists.


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