Zip two lists together into a list of lists containing each element from both lists.
1 2 3 | lzip(xs, ys)
xs %+>% ys
|
xs |
list. One list to zip. |
ys |
list. Antoher list to zip. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.