View source: R/R6Classes_H5Group.R
H5GTD_factory | R Documentation |
Wrap an HDF5-id in the appropriate class
H5GTD_factory(id)
id |
The id to wrap in an R6 object |
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
An R6 object corresponding to the HDF5 internal class of the ID
Holger Hoefling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.