Learn R Programming

diffobj (version 0.3.6)

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

Description

Generate Character Representation of DiffSummary Object

Usage

# S4 method for DiffSummary
as.character(x, ...)

Value

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

Arguments

x

a DiffSummary object

...

not used, for compatibility with generic

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