powered by
specify chart flags
chartStyleFlags(upsetjs, id = NULL, export.buttons = NULL, class.name = NULL)
an object of class upsetjs or upsetjs_proxy
upsetjs
upsetjs_proxy
the optional HTML ID
show export SVG and PNG buttons
extra CSS class name to the root element
the object given as first argument
# NOT RUN { upsetjs() %>% fromList(list(a=c(1,2,3), b=c(2,3))) %>% chartStyleFlags(id="test") # }
Run the code above in your browser using DataLab