zip_lists | R Documentation |
zip two (or more) lists of equal length similar to pythons zip()
zip_lists(list1, list2)
list1 |
list 1 |
list2 |
list 2 |
listoflists |
for zip_lists_multi: a list containing multiple lists |
One list with alternating values from either list
zip_lists(list('A', 'B'), list(1,2))
zip_lists_multi(list(list('A', 'B'), list(1,2), list('aa','bb')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.