escapeXml {tinytest2JUnit} | R Documentation |
Escape xml
Description
Escape the characters &
,"
,'
,<
,>
Usage
escapeXml(x)
Arguments
x |
a |
Value
The same character
vector x but xml escaped.
See Also
https://stackoverflow.com/a/1091953/10415129
[Package tinytest2JUnit version 1.1.2 Index]