Learn R Programming

tinylens (version 0.1.0)

id_l: Identity lens

Description

Trivial identity lens: returns and sets the object itself.

Usage

id_l

Arguments

Format

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

Examples

Run this code
x <- 1:10
view(x, id_l)

Run the code above in your browser using DataLab