comparedf
objectPrint a more detailed output of the comparedf
object.
# S3 method for comparedf
summary(object, ..., show.attrs = FALSE)# S3 method for summary.comparedf
print(x, ..., format = "pandoc")
An object of class "comparedf"
, as made by the comparedf
S3 method.
Other arguments passed to comparedf.control
. In print
, these are passed to kable
.
Logical, denoting whether to show the actual attributes which are different. For (e.g.) factors with lots
of levels, this can make the tables quite wide, so this feature is FALSE
by default.
An object returned by the summary.comparedf
function.
Passed to kable
: the format for the table. The default here is "pandoc".
To use the default in kable
, pass NULL
.
An object of class "summary.comparedf"
is returned.