find_node_value {bodsr} | R Documentation |
Search an xml file for a specific named mode and return the value(s) stored in it
Description
Search an xml file for a specific named mode and return the value(s) stored in it
Usage
find_node_value(x, xpath)
Arguments
x |
An xml object |
xpath |
string. The node name to search for within the xpath. |
Value
Returns a single string of values from the specified node
[Package bodsr version 0.1.0 Index]