powered by
sets the selection of the chart
setSelection(upsetjs, name = NULL)
the object given as first argument
an object of class upsetjs or upsetjs_proxy
upsetjs
upsetjs_proxy
the name of the set to select or a list with name and type
upsetjs() %>% fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>% setSelection("b")
Run the code above in your browser using DataLab