strip: Strip the rows of a data.frame that are failling the test.

View source: R/selection-filtering.R

stripR Documentation

Strip the rows of a data.frame that are failling the test.

Description

Strip the rows of a data.frame that are failling the test.

Usage

strip(DF, test = "gt", threshold = 0, verbose = FALSE)

Arguments

DF

data.frame to strip

test

'gt' (greater than), 'ge' (greater than or equal), 'lt' (lesser than), 'le' (lesser than or equal)

threshold

numeric value for the test

verbose

when TRUE, shows the number of rows and columns before and after stripping

Value

a stripped data.frame


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.