HDF5 Groups are represented by the H5Group class and are the building blocks
of the hierarchical organization of an H5File. They form containers for
HDF5 objects and are therefore similar to file system folders.
Usage
## S3 method for class 'H5Group':
h5close(.Object)
Arguments
.Object
H5Group; S4 object of class H5Group;
Details
In addition to Group--specific capabilities listed below H5Group
shares common functionality with H5File through the CommonFG base class.