set the vector of sets

setSets(upsetjs, value)

Arguments

upsetjs

an object of class upsetjs

value

the vector of sets

Value

the object given as first argument

Examples

upsetjs() %>%
  setCombinations(list(asSet("a", c(1, 2, 3)))) %>%
  getSets()
#> NULL