H5T_factory {hdf5r} | R Documentation |
H5T
objectsTurn ids into H5T
objects
H5T_factory(ids, do_copy = FALSE)
ids |
The ids to return as objects |
do_copy |
Should the ids be copied using HDF5s internal copy mechanism |
Gets the HDF5 internal class for an id and dispatches them so that the correct R6es are being created.
An object of type R6 class H5T
Holger Hoefling