Description Usage Format Examples
The lens equivalent of attributes and attributes<-
| 1 | 
An object of class lens of length 2.
| 1 2 3 | (x <- structure(1:10, important = "attribute"))
view(x, attributes_l)
set(x, attributes_l, list(important = "feature"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.