H5T_factory {hdf5r} | R Documentation |
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 |
Details
Gets the HDF5 internal class for an id and dispatches them so that the correct R6es are being created.
Value
An object of type R6 class H5T
Author(s)
Holger Hoefling
[Package hdf5r version 1.3.11 Index]