Learn R Programming

tinylens (version 0.1.0)

over: Modify the focused part of a data structure

Description

Modify the focused part of a data structure

Usage

over(d, l, f)

Value

The modified data structure

Arguments

d

The data structure to view

l

The lens to apply

f

The function to apply