powered by
The lens equivalent of attributes and attributes<-
attributes_l
An object of class lens of length 2.
lens
# NOT RUN { (x <- structure(1:10, important = "attribute")) view(x, attributes_l) set(x, attributes_l, list(important = "feature")) # }
Run the code above in your browser using DataLab