over_map {lenses} | R Documentation |
Map a function over a list lens
Description
Apply the specified function to each element of the subobject.
Usage
over_map(d, l, f)
Arguments
d |
the data |
l |
the lens |
f |
the function to use, potentially a |
[Package lenses version 0.0.3 Index]