Learn R Programming

bodsr (version 0.1.0)

find_node_value: 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)

Value

Returns a single string of values from the specified node

Arguments

x

An xml object

xpath

string. The node name to search for within the xpath.