powered by
Create a lawful lens into the result of a filter. This focuses only columns not involved in the filter condition.
filter_l(...)
unquoted NSE filter arguments
# NOT RUN { head(view(iris, filter_l(Species == "setosa"))) # Note Species is not seen head(over(iris, filter_l(Species == "setosa"), function(x) x + 10)) # }
Run the code above in your browser using DataLab