specify chart flags

chartStyleFlags(upsetjs, id = NULL, export.buttons = NULL, class.name = NULL)

Arguments

upsetjs

an object of class upsetjs or upsetjs_proxy

id

the optional HTML ID

export.buttons

show export SVG and PNG buttons

class.name

extra CSS class name to the root element

Value

the object given as first argument

Examples

upsetjs() %>%
  fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>%
  chartStyleFlags(id = "test")