getCombinations {upsetjs}R Documentation

extract the vector of combinations

Description

extract the vector of combinations

Usage

getCombinations(upsetjs)

Arguments

upsetjs

an object of class upsetjs

Value

vector of sets

Examples

upsetjs() %>%
  fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>%
  getCombinations()

[Package upsetjs version 1.11.1 Index]