id_l {tinylens}R Documentation

Identity lens

Description

Trivial identity lens: returns and sets the object itself.

Usage

id_l

Format

An object of class tinylens::lens (inherits from S7_object) of length 1.

Examples

x <- 1:10
view(x, id_l)

[Package tinylens version 0.1.0 Index]