Learn R Programming

hdf5r (version 1.3.11)

H5P_OBJECT_COPY-class: Class for HDF5 property list for object copying

Description

It inherits all functions of the H5P.

Arguments

Value

Object of class H5P_OBJECT_COPY.

Methods

new(id = NULL)

Create a new class of type H5P_OBJECT_COPY

Parameters

id

Internal use only

set_copy_obj(copy_options = 0)

This function implements the HDF5-API function H5Pset_copy_object. Please see the documentation at https://docs.hdfgroup.org/hdf5/v1_10/group___h5_p.html for details.

get_copy_obj()

This function implements the HDF5-API function H5Pget_copy_object. Please see the documentation at https://docs.hdfgroup.org/hdf5/v1_10/group___h5_p.html for details.

Author

Holger Hoefling

See Also

H5P