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