view {lenses} | R Documentation |
View data with a lens
Description
Get the subcomponent of the data referred to by a lens. This function
merely dispatches to the view
component of the lens.
Usage
view(d, l)
Arguments
d |
the data |
l |
the lens |
[Package lenses version 0.0.3 Index]