has_xml_closing_tag {beautier} | R Documentation |
Is an XML closing tag with the value of section
present among the lines of
the text?
Description
Is an XML closing tag with the value of section
present among the lines of
the text?
Usage
has_xml_closing_tag(lines, section)
Arguments
lines |
lines of the XML text |
section |
the XML section |
Value
TRUE if there is an XML closing tag with the value of
section
present. FALSE otherwise
Author(s)
Richèl J.C. Bilderbeek
[Package beautier version 2.6.12 Index]