has_xml_opening_tag {beautier} | R Documentation |
Is an XML opening tag with value 'section' present among the lines of the text?
Description
Is an XML opening tag with value 'section' present among the lines of the text?
Usage
has_xml_opening_tag(lines, section = NA)
Arguments
lines |
lines of an XML text |
section |
if NA, this function returns TRUE if there is any
XML opening tag. If |
Value
lines of XML text
Author(s)
Richèl J.C. Bilderbeek
[Package beautier version 2.6.12 Index]