pairwise_combn: Pairwise combinations

View source: R/utils.R

pairwise_combnR Documentation

Pairwise combinations

Description

Generates pairwise combinations from the supplied vector. Never returns the pairs self against self.

Usage

pairwise_combn(x)

Arguments

x

A character vector from which to generate the combinations.

Value

A tibble of two columns where each row is a pairwise combination.


ramiromagno/ensemblr documentation built on Sept. 5, 2024, 9:22 a.m.