internalDim {rhdf5client} | R Documentation |
This function is deprecated and will be defunct in the next release.
internalDim(h5d)
h5d |
instance of H5S_dataset |
vector with dimensions of dataset
## Not run: bigec2 = H5S_source(URL_h5serv()) tex <- bigec2[["tenx_100k_sorted"]] internalDim(tex) ## End(Not run)