print.diffdf {diffdf} | R Documentation |
Print diffdf objects
Description
Print nicely formatted version of an diffdf object
Usage
## S3 method for class 'diffdf'
print(x, ..., as_string = FALSE)
Arguments
x |
comparison object created by diffdf(). |
... |
Additional arguments (not used) |
as_string |
Return printed message as an R character vector? |
Examples
x <- subset( iris , -Species )
x[1,2] <- 5
COMPARE <- diffdf( iris, x)
print( COMPARE )
print( COMPARE , "Sepal.Length" )
[Package diffdf version 1.0.4 Index]