as.character,DiffSummary-method | 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"))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.