Open an attribute for an HDF5 object
An object of class H5IdComponent representing a H5 object
identifier (file, group, or dataset). See H5Fcreate(), H5Fopen(),
H5Gcreate(), H5Gopen(), H5Dcreate(), or H5Dopen() to create an object of this kind.
The name of the attribute (character).
The name of the object the attribute belongs to.
Opens attribute number n in the given order and index. Indexing is C-style, base-0,
so the first attribute is opened with n=0.
See h5const("H5_INDEX") for possible arguments.
See h5const("H5_ITER") for possible arguments.
An object of class H5IdComponent representing a H5 attribute identifier.