standalone_H5D_get_type {hdf5r} | R Documentation |
Get the id of a type of the dataset
standalone_H5D_get_type(h5d_id, native = TRUE)
h5d_id |
The id of the dataset to get the type from |
native |
Should it be ensured that it is a native type |
A function that just returns an id; it is written standalone so that one can use it to avoid the creation of R6 classes that be a considerable overhead in certain circumstances
An id; the user has to ensure that the id is eventually closed
Holger Hoefling