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

View source: R/misc.R

build_xpathR Documentation

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 = ".//")

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 ".//"

Value

xpath descriptor


BigelowLab/thredds documentation built on March 5, 2025, 3:13 a.m.