is_xml {beautier} | R Documentation |
Checks if the text is a valid XML node, that is, it has a opening and matching closing tag
is_xml(text)
text |
text to be determined to be valid |
TRUE if the text is valid XML, FALSE otherwise
Richèl J.C. Bilderbeek