clearAttributes: clears the list of attributes for incremental updates

View source: R/attributes.R

clearAttributesR Documentation

clears the list of attributes for incremental updates

Description

clears the list of attributes for incremental updates

Usage

clearAttributes(upsetjs)

Arguments

upsetjs

an object of class upsetjs or upsetjs_proxy

Value

the object given as first argument

Examples

upsetjs() %>%
  fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>%
  clearAttributes()

upsetjs documentation built on July 13, 2022, 9:06 a.m.