Description Arguments Value See Also
Various character tokens are used throughout diffs to provide visual cues.
For example, gutters will contain characters that denote deletions and
insertions (<
and >
by default).
gutter.insert |
character(1L) text to use as visual cue to indicate whether a diff line is an insertion, defaults to “> ” |
gutter.insert.ctd |
character(1L) if a diff line is wrapped, the visual cue shifts to this character to indicate wrapping occured |
gutter.delete |
character(1L) see |
gutter.delete.ctd |
character(1L) see |
gutter.match |
character(1L) see |
gutter.match.ctd |
character(1L) see |
gutter.guide |
character(1L) see |
gutter.guide.ctd |
character(1L) see |
gutter.fill |
character(1L) see |
gutter.fill.ctd |
character(1L) see |
gutter.pad |
character(1L) separator between gutter characters and the rest of a line in a diff |
pad.col |
character(1L) separator between columns in side by side mode |
a StyleText S4 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.