setPath {rhdf5client} | R Documentation |
This function is deprecated and will be defunct in the next release.
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
## Not run: hsdsCon = H5S_source(URL_hsds()) # hsds server connection setPath(hsdsCon, "/home/stvjc/hdf5_mat.h5")-> hsds ## End(Not run)