| xpath | R Documentation |
Evaluates an xpath expression.
xpath(x, ...)
x |
xml_document |
... |
passed arguments |
The resulting nodeset is scavenged for text, and coerced to best of numeric or character.
Other xpath:
as.xml_document(),
as.xml_document.character(),
as.xml_document.numeric(),
xpath.default(),
xpath.xml_document()
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% xpath('//etashrink/row/col')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.