Combine all pairs of list elements
pairup(..., by = c("intersect", "union", "c"))
Unnamed list(s). If only one list is provided, it will be combined (pairwise) with itself.
Function to apply. Default: c("intersect", "union", "c")
List with combined elements