names_l {lenses}R Documentation

A lens into the names of an object

Description

The lens versions of names and names<-.

Usage

names_l

Format

An object of class lens of length 2.

Examples

view(iris, names_l)
head(set(iris, names_l, LETTERS[1:5]))

[Package lenses version 0.0.3 Index]