filter_better {jwutil} | R Documentation |
applies an expression to a data frame, and gives information about the numbers of dropped rows.
filter_better(x, expr, verbose = TRUE) filterBetter(x, expr, verbose = TRUE)
x |
data frame |
expr |
expression in the context of the data frame, i.e. the terms should be column names. |
verbose |
logical default is TRUE |
filtered data frame
filterBetter
: Deprecated