filter_better: filter data with diagnostics
Description
applies an expression to a data frame, and gives information
about the numbers of dropped rows.
Usage
filter_better(x, expr, verbose = TRUE)filterBetter(x, expr, verbose = TRUE)
Arguments
expr
expression in the context of the data frame, i.e. the terms
should be column names.