R/attributes.R
clearAttributes.Rd
clears the list of attributes for incremental updates
clearAttributes(upsetjs)
an object of class upsetjs or upsetjs_proxy
upsetjs
upsetjs_proxy
the object given as first argument
upsetjs() %>% fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>% clearAttributes()