Learn R Programming

lenses (version 0.0.3)

names_l: A lens into the names of an object

Description

The lens versions of names and names<-.

Usage

names_l

Arguments

Format

An object of class lens of length 2.

Examples

Run this code
# NOT RUN {
view(iris, names_l)
head(set(iris, names_l, LETTERS[1:5]))
# }

Run the code above in your browser using DataLab