print.dataCompareRobject {dataCompareR} | R Documentation |
Prints a brief report of an dataCompareR object to the screen.
## S3 method for class 'dataCompareRobject'
print(x, nVars = 5, nObs = 5, verbose = FALSE, ...)
x |
an object of class "dataCompareR", usually a result of a call to |
nVars |
the number of mismatched columns to print and extract rows for |
nObs |
the number of rows to print from the top and bottom of the mismatched list for each selected column |
verbose |
logical; if TRUE will print out the full list of columns and rows that do not match |
... |
Passes additional arguments to print |
Other dataCompareR.functions:
generateMismatchData()
,
rCompare()
,
saveReport()
,
summary.dataCompareRobject()
rc1 <- rCompare(iris,iris)
print(rc1)