Description Usage Arguments Value Examples
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/'
1 2 3 4 5 6 7 |
object |
An object of type HSDSSource |
rootdir |
A slash-separated directory in the HSDSSource file system. |
a vector of domains in the rootdir
1 2 3 4 | src.hsds <- HSDSSource('http://hsdshdflab.hdfgroup.org')
src.chan <- HSDSSource('http://h5s.channingremotedata.org:5000', 'h5serv')
domains(src.chan)
domains(src.hsds, '/home/jreadey')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.