diffobj (version 0.2.3)

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, ...)

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
# NOT RUN {
as.character(
  summary(diffChr(letters, letters[-c(5, 15)], format="raw", pager="off"))
)
# }

Run the code above in your browser using DataLab