unlist_l {lenses}R Documentation

Unlist lens

Description

A lens between a list and an unrecursively unlisted object.

Usage

unlist_l

Format

An object of class lens of length 2.

Examples

(x <- list(x = list(y = 1:10)))
view(x, unlist_l)
set(x, unlist_l %.% unlist_l, rep("hello", 10))

[Package lenses version 0.0.3 Index]