as.character,DiffSummary-method {diffobj} | R Documentation |
Generate Character Representation of DiffSummary Object
Description
Generate Character Representation of DiffSummary Object
Usage
## S4 method for signature 'DiffSummary'
as.character(x, ...)
Arguments
x |
a |
... |
not used, for compatibility with generic |
Value
the summary as a character vector intended to be cat
ed to
terminal
Examples
as.character(
summary(diffChr(letters, letters[-c(5, 15)], format="raw", pager="off"))
)
[Package diffobj version 0.3.5 Index]