Rdocumentation
powered by
Learn R Programming
reutils (version 0.2.2)
xset: Extract a node set from an XML document
Description
Extract a node set from an XML document
Usage
xset(doc, path, ...)
Arguments
doc
An object of class
XMLInternalDocument
.
path
An XPath expression.
...
Arguments passed to
xpathApply
.