Learn R Programming

hdf5r (version 1.3.3)

H5GTD_factory: 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

Value

An R6 object corresponding to the HDF5 internal class of the ID

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