attributes_l: Attributes lens

Description Usage Format Examples

Description

The lens equivalent of attributes and attributes<-

Usage

1

Format

An object of class lens of length 2.

Examples

1
2
3
(x <- structure(1:10, important = "attribute"))
view(x, attributes_l)
set(x, attributes_l, list(important = "feature"))

lenses documentation built on May 2, 2019, 8:51 a.m.