Apply the specified function with named elements of
the viewed data in scope. Similar to dplyr::mutate
Usage
over_with(d, l, f)
Arguments
d
the data
l
the lens
f
the function to use, potentially a ~ specified anonymous function.
The function body is quoted, and evaluated with rlang::eval_tidy(..., data = view(d,l))