pairup: List combinations

View source: R/pairup.R

pairupR Documentation

List combinations

Description

Combine all pairs of list elements

Usage

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

See Also

expand_grid setNames


jlaffy/scalop documentation built on March 24, 2024, 9 a.m.