powered by
Evaluates an xpath expression.
xpath(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.character(), as.xml_document.numeric(), as.xml_document(), xpath.default(), xpath.xml_document()
as.xml_document.character()
as.xml_document.numeric()
as.xml_document()
xpath.default()
xpath.xml_document()
library(magrittr) options(project = system.file('project/model',package='nonmemica')) 1001 %>% xpath('//etashrink/row/col')
Run the code above in your browser using DataLab