Description Usage Arguments Value Examples
View source: R/compareColumns.R
Compare columns progressively in a dataset using a specified operator, that tells how columns should be ordered (eg by default columns should be increasing)
1  | compareColumns(db, operator = "<", row.id = NULL, report.only = TRUE)
 | 
db | 
 a data.frame with ordered columns  | 
operator | 
 comparison operator  | 
row.id | 
 an optional row id  | 
report.only | 
 logical, whether to include only a report or a matrix with all comparisons results  | 
a list with raw results and a report
1 2  | compareColumns(data.frame(a = c(1,2,3), b = c(0,1,4)),
               row.id = letters[1:3])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.