find_node_value: Search an xml file for a specific named mode and return the...

View source: R/utils.R

find_node_valueR 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


bodsr documentation built on Feb. 16, 2023, 8:44 p.m.