is_xml {beautier} | R Documentation |
Checks if the text is a valid XML node, that is, it has a opening and matching closing tag
Description
Checks if the text is a valid XML node, that is, it has a opening and matching closing tag
Usage
is_xml(text)
Arguments
text |
text to be determined to be valid |
Value
TRUE if the text is valid XML, FALSE otherwise
Author(s)
Richèl J.C. Bilderbeek
[Package beautier version 2.6.12 Index]