Learn R Programming

thredds (version 0.1-4)

build_xpath: Build and xpath string, possibly using the user specified namespace prefix.

Description

Build and xpath string, possibly using the user specified namespace prefix.

Usage

build_xpath(x, prefix = "d1", select = ".//")

Value

xpath descriptor

Arguments

x

character one or more path segments

prefix

character by default "d1" prepended to each of the segements in x. If NA or length is 0 then ignore.

select

charcater, by default search anywhere in the current node with ".//"