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"))

cfhammill/lenses documentation built on May 8, 2019, 12:54 p.m.