Combine all pairs of list elements

pairup(..., by = c("intersect", "union", "c"))

Arguments

...

Unnamed list(s). If only one list is provided, it will be combined (pairwise) with itself.

by

Function to apply. Default: c("intersect", "union", "c")

Value

List with combined elements