H5Scopy {rhdf5} | R Documentation |
H5S_copy()
creates an exact copy of a given dataspace.
H5Scopy(h5space)
h5space |
Object of class H5IdComponent representing the dataspace to be copied. |
If the copying is successful returns an object of class
H5IdComponent representing the new dataspace. Otherwise returns
FALSE
.