summary.comparedf {arsenal} | R Documentation |
The summary method for a comparedf
object
Description
Print a more detailed output of the comparedf
object.
Usage
## S3 method for class 'comparedf'
summary(object, ..., show.attrs = FALSE)
## S3 method for class 'summary.comparedf'
print(x, ..., format = "pandoc")
Arguments
object |
An object of class |
... |
Other arguments passed to |
show.attrs |
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 |
x |
An object returned by the |
format |
Passed to |
Value
An object of class "summary.comparedf"
is returned.
See Also
[Package arsenal version 3.6.3 Index]