Learn R Programming

beautier (version 2.6.12)

is_xml: 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)

Value

TRUE if the text is valid XML, FALSE otherwise

Arguments

text

text to be determined to be valid

Author

Richèl J.C. Bilderbeek