dataCompareR (version 0.1.1)

print.summary.dataCompareRobject: Printing summaryRCompare Output

Description

Printing summaryRCompare Output

Usage

# S3 method for summary.dataCompareRobject
print(x, ...)

Arguments

x

an object of class "summary.dataCompareRobject", usually a result of a call to summary.dataCompareRobject.

...

Additional arguments passsed on to createTextSummary

Examples

Run this code
# NOT RUN {
rc1 <- rCompare(iris,iris)
summary(rc1)  
# }

Run the code above in your browser using DataCamp Workspace