getDims {rhdf5client} | R Documentation |
This function is deprecated and will be defunct in the next release.
getDims(object, duid)
object |
instance of H5S_source(updated object with path to file set) |
duid |
character string with dataset uuid |
numeric content of dimensions
## Not run: hsdsCon = H5S_source(URL_hsds()) # hsds server setPath(hsdsCon, "/home/stvjc/hdf5_mat.h5")-> hsds duid <- 'd-a9e4b71c-8ea2-11e8-9306-0242ac120022' getDims(hsds, duid) ## End(Not run)