getDatasetUUIDs {rhdf5client} | R Documentation |
This function is deprecated and will be defunct in the next release.
getDatasetUUIDs(object)
object |
instance of H5S_source(updated object with path to file set) |
character of dataset uuid obtained
## Not run: hsdsCon = H5S_source(URL_hsds()) # hsds server setPath(hsdsCon, "/home/stvjc/hdf5_mat.h5")-> hsds getDatasetUUIDs(hsds) ## End(Not run)