Used as the finalizer
slot to StyleHtml
objects to wrap
character output prior to output to device. Used primarily by styles that
output to HTML to properly configure HTML page structure, including injecting
JS, CSS, etc..
1 2 3 4 5 6 7 8 9 10 | finalizeHtml(x, ...)
## S4 method for signature 'ANY'
finalizeHtml(x, x.chr, js, ...)
## S4 method for signature 'Diff'
finalizeHtml(x, x.chr, ...)
## S4 method for signature 'DiffSummary'
finalizeHtml(x, x.chr, ...)
|
x |
object to finalize |
... |
arguments to pass on to methods |
x.chr |
character text representation of |
js |
character javascript code to append to HTML representation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.