powered by
Create an illegal lens into the result of a filter. Arguments are interpreted with non-standard evaluation as in dplyr::filter
filter_il(...)
unquoted NSE filter arguments
# NOT RUN { head(view(iris, filter_il(Species == "setosa"))) head(over(iris, filter_il(Species == "setosa") %.% select_l(-Species), function(x) x + 10)) # }
Run the code above in your browser using DataLab