listDomains {rhdf5client} | R Documentation |
The user needs to give the domain to start in. The search will be non-recursive. I.e., output for domain '/home/jreadey/' will not return the files in '/home/jreadey/HDFLabTutorial/'
listDomains(object, rootdir) ## S4 method for signature 'HSDSSource,character' listDomains(object, rootdir) ## S4 method for signature 'HSDSSource,missing' listDomains(object)
object |
An object of type HSDSSource |
rootdir |
A slash-separated directory in the HSDSSource file system. |
This function is deprecated and will be defunct in the next release.
a vector of domains in the rootdir
src.hsds <- HSDSSource('http://hsdshdflab.hdfgroup.org') src.chan <- HSDSSource('http://h5s.channingremotedata.org:5000', 'h5serv') listDomains(src.chan) listDomains(src.hsds, '/home/jreadey')