Description Usage Arguments Details Value Methods (by class) Examples
Evaluates an xpath expression.
Coerces x to xml_document and evaluates.
Evaluates an xpath expression for a given document.
1 2 3 4 5 6 7 |
x |
xml_document |
... |
passed arguments |
xpath |
xpath expression to evaluate |
The resulting nodeset is scavenged for text, and coerced to best of numeric or character.
The resulting nodeset is scavenged for text, and coerced to best of numeric or character.
vector
vector
default
: default method
xml_document
: xml_document method
1 2 3 | library(magrittr)
options(project = system.file('project/model',package='partab'))
1001 %>% xpath('//etashrink/row/col')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.