Learn R Programming

upsetjs (version 1.3.1)

getCombinations: 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

Run this code
# NOT RUN {
upsetjs() %>% fromList(list(a=c(1,2,3), b=c(2,3))) %>% getCombinations()

# }

Run the code above in your browser using DataLab