| prettifyHTML | R Documentation |
Prettify some HTML code. It works for big files.
prettifyHTML(contents = NA, tabSize = NULL)
contents |
the code to be prettified; there are three possibilities for
this argument:
|
tabSize |
number of spaces of the indentation (usually |
The pretty code in a character string.
This function requires the command line utility prettydiff,
to install with npm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.