print.diffdf: Print diffdf objects

View source: R/print.R

print.diffdfR 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" )

gowerc/diffdf documentation built on April 9, 2024, 9:34 p.m.