extract_xml_and_text {box.linters} | R Documentation |
Extracts XML nodes and text strings matched by XML search
Description
Extracts XML nodes and text strings matched by XML search
Usage
extract_xml_and_text(xml, xpath)
Arguments
xml |
An XML node list. |
xpath |
An XPath to search xml nodes. |
Value
A list of xml_nodes
and text
.
[Package box.linters version 0.10.5 Index]