H5Scopy {rhdf5}R Documentation

Create a copy of a dataspace

Description

H5S_copy() creates an exact copy of a given dataspace.

Usage

H5Scopy(h5space)

Arguments

h5space

Object of class H5IdComponent representing the dataspace to be copied.

Value

If the copying is successful returns an object of class H5IdComponent representing the new dataspace. Otherwise returns FALSE.


[Package rhdf5 version 2.37.4 Index]