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/fresnel documentation built on May 15, 2019, 1:13 p.m.