setPath {rhdf5client} | R Documentation |
set path for hsds server resource
setPath(object, folderPath, ...)
object |
H5S_source instance |
folderPath |
character string with path to user's folder on hsds server |
... |
not used |
an updated object with folderPath set
hsdsCon = H5S_source(URL_hsds()) # hsds server connection setPath(hsdsCon, "/home/reshg/tenx_full.h5")-> hsds