xpath.xml_document | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.