H5Scopy: Create a copy of a dataspace

View source: R/H5S.R

H5ScopyR 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.


grimbough/rhdf5 documentation built on April 16, 2024, 8:22 p.m.