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/focal documentation built on May 23, 2019, 6:04 p.m.