An object of class H5IdComponent representing a H5 group identifier. See H5Gcreate, H5Gopen to create an object of this kind.
n
Position in the index of the group for which information is retrieved (Counting is 1-based).
group_name
An additional group name specifying the group for which information is sought. It is interpreted relative to h5loc.
index_type
See h5const("H5_INDEX") for possible arguments.
order
See h5const("H5_ITER") for possible arguments.
Value
H5Gcreate, H5Gcreate_anon, and H5Gopen return an object of class H5IdComponent representing a H5 group identifier.H5Gget_info, H5Gget_info_by_idx, and H5Gget_info_by_name return a list with the group information.The other functions return the standard return value from their respective C-functions.