View source: R/selection-filtering.R
| strip | R Documentation | 
Strip the rows of a data.frame that are failling the test.
strip(DF, test = "gt", threshold = 0, verbose = FALSE)
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  | 
a stripped data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.