prettifyHTML {prettifyAddins} | R Documentation |
Prettify HTML
Description
Prettify some HTML code. It works for big files.
Usage
prettifyHTML(contents = NA, tabSize = NULL)
Arguments
contents |
the code to be prettified; there are three possibilities for
this argument:
|
tabSize |
number of spaces of the indentation (usually |
Value
The pretty code in a character string.
Note
This function requires the command line utility prettydiff
,
to install with npm
.
[Package prettifyAddins version 2.6.1 Index]