compare.data.frame objectPrint a more detailed output of the compare.data.frame object.
# S3 method for compare.data.frame
summary(object, ..., max.print.vars = NA,
max.print.obs = NA, max.print.diff = 10, max.print.attrs = NA)An object of class "compare.data.frame", as made by the compare.data.frame S3 method.
Other arguments (not in use at this time).
Integers denoting the maximum number of differences to report
for each of the three tables. Passing NA will print all differences.
Results are printed, and object is returned invisibly.
compare.data.frame