prettifyXML {prettifyAddins} | R Documentation |
Prettify XML
Description
Prettify some XML or SVG code.
Usage
prettifyXML(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 |
Details
The code is prettified with the help of the command line utility
xmllint
if it is available, otherwise the xml2
is used.
Value
The pretty code in a character string.
[Package prettifyAddins version 2.6.1 Index]