xpath.xml_document {nonmemica} | R Documentation |
Evaluates an xpath expression for a given document.
## S3 method for class 'xml_document'
xpath(x, xpath, ...)
x |
xml_document |
xpath |
xpath expression to evaluate |
... |
ignored |
The resulting nodeset is scavenged for text, and coerced to best of numeric or character.
vector
Other xpath:
as.xml_document()
,
as.xml_document.character()
,
as.xml_document.numeric()
,
xpath()
,
xpath.default()