H5GTD_factory {hdf5r} | R Documentation |
Wrap an HDF5-id in the appropriate class
Description
Wrap an HDF5-id in the appropriate class
Usage
H5GTD_factory(id)
Arguments
id |
The id to wrap in an R6 object |
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
Value
An R6 object corresponding to the HDF5 internal class of the ID
Author(s)
Holger Hoefling
[Package hdf5r version 1.3.11 Index]