send_over {lenses} | R Documentation |
Set one lens to the view of another (transformed)
Description
Set one lens to the view of another (transformed)
Usage
send_over(d, l, m, f)
Arguments
d |
the data |
l |
the lens to view through |
m |
the lens to set into |
f |
the function to apply to the viewed data |
[Package lenses version 0.0.3 Index]