H5Aclose {rhdf5}R Documentation

Close an HDF5 attribute

Description

Close an HDF5 attribute

Usage

H5Aclose(h5attribute)

Arguments

h5attribute

An object of class H5IdComponent representing a the attribute to be closed. Normally created by H5Aopen() or similar.

See Also

H5Aopen()


[Package rhdf5 version 2.37.4 Index]