Description Usage Arguments Value Examples
#fuses two lists by names, creating a new list where each sub-list contain the elements
of the original lists in the same ordered and labels as per labeling
.
1 | lfus(list1, list2, labeling, follow = list1)
|
list1 |
list to be fused by name |
list2 |
list to be fused by name |
labeling |
must be a character vector of length 2 |
follow |
specify which order should the resulting list have. If |
a list containing all the elements of list1
and list2
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.