filter_better: filter data with diagnostics

Description Usage Arguments Value Functions

View source: R/filter_better.r

Description

applies an expression to a data frame, and gives information about the numbers of dropped rows.

Usage

1
2
3
filter_better(x, expr, verbose = TRUE)

filterBetter(x, expr, verbose = TRUE)

Arguments

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

Value

filtered data frame

Functions


jackwasey/jwutil documentation built on Jan. 20, 2020, 6:56 p.m.