Learn R Programming

diffobj (version 0.1.4)

as.character,DiffSummary-method: Generate Character Representation of DiffSummary Object

Description

Generate Character Representation of DiffSummary Object

Usage

"as.character"(x, ...)

Arguments

x
a DiffSummary object
...
not used, for compatibility with generic

Value

the summary as a character vector intended to be cated to terminal

Examples

Run this code
as.character(
  summary(diffChr(letters, letters[-c(5, 15)], format="raw", pager="off"))
)

Run the code above in your browser using DataLab