Learn R Programming

hdf5r (version 1.3.11)

H5T_factory: Turn ids into H5T objects

Description

Turn ids into H5T objects

Usage

H5T_factory(ids, do_copy = FALSE)

Value

An object of type R6 class H5T

Arguments

ids

The ids to return as objects

do_copy

Should the ids be copied using HDF5s internal copy mechanism

Author

Holger Hoefling

Details

Gets the HDF5 internal class for an id and dispatches them so that the correct R6es are being created.