generates the sets from a lists object
fromList(
upsetjs,
value,
order.by = "cardinality",
limit = NULL,
shared = NULL,
shared.mode = "click",
colors = NULL,
c_type = NULL,
order.sets.by = NULL
)
an object of class upsetjs
or upsetjs_proxy
the list input value
order intersections by cardinality or name
limit the ordered sets to the given limit
a crosstalk shared data frame
whether on 'hover' or 'click' (default) is synced
the optional list with set name to color
the combination type to use or "none" for disabling initial generation
optional other ordering for sets
the object given as first argument