Learn R Programming

arsenal (version 0.5.0)

summary.compare.data.frame: The summary method for a compare.data.frame object

Description

Print a more detailed output of the compare.data.frame object.

Usage

# S3 method for compare.data.frame
summary(object, ..., max.print.vars = NA,
  max.print.obs = NA, max.print.diff = 10, max.print.attrs = NA)

Arguments

object

An object of class "compare.data.frame", as made by the compare.data.frame S3 method.

...

Other arguments (not in use at this time).

max.print.vars, max.print.obs, max.print.diff, max.print.attrs

Integers denoting the maximum number of differences to report for each of the three tables. Passing NA will print all differences.

Value

Results are printed, and object is returned invisibly.

See Also

compare.data.frame