build_xpath {thredds} | R 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 |
select |
charcater, by default search anywhere in the current node with ".//" |
Value
xpath descriptor
[Package thredds version 0.1-4 Index]