H5T_factory: Turn ids into H5T
objects
Description
Turn ids into H5T
objects
Usage
H5T_factory(ids, do_copy = FALSE)
Arguments
ids
The ids to return as objects
do_copy
Should the ids be copied using HDF5s internal copy mechanism
Value
An object of type R6 class H5T
Details
Gets the HDF5 internal class for an id and dispatches them so that the correct
R6es are being created.