Zip two lists together by a specific function.
1 2 3 | zip_with(xs, ys, f)
xs %+/>% f
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.