standalone_H5D_get_type {hdf5r} | R Documentation |
Get the id of a type of the dataset
Description
Get the id of a type of the dataset
Usage
standalone_H5D_get_type(h5d_id, native = TRUE)
Arguments
h5d_id |
The id of the dataset to get the type from |
native |
Should it be ensured that it is a native type |
Details
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
Value
An id; the user has to ensure that the id is eventually closed
Author(s)
Holger Hoefling
[Package hdf5r version 1.3.12 Index]