find_first_xml_opening_tag_line {beautier} | R Documentation |
Find the line number of the first section's opening tag
find_first_xml_opening_tag_line(lines, section)
lines |
the lines of an XML text |
section |
the name of the XML section |
the line number's index (which is 1 for the first line) if the opening tag is found, else NA
Richèl J.C. Bilderbeek