H5GTD_factory: Wrap an HDF5-id in the appropriate class
Description
Wrap an HDF5-id in the appropriate class
Usage
H5GTD_factory(id)
Value
An R6 object corresponding to the HDF5 internal class of the ID
Arguments
id
The id to wrap in an R6 object
Author
Holger Hoefling
Details
This particular factory dispatches ids that can be of type Group, Datatype of dataset (these are
id types that can be the result of opening an object. For datatypes, the H5T_factory exists that can be used