H5T_extractID {hdf5r} | R Documentation |
Extract HDF5-ids and return as a vector
Description
Extract HDF5-ids and return as a vector
Usage
H5T_extractID(dtype_ids)
Arguments
dtype_ids |
Ids itself or class objects to extract the ids from. |
Details
Internal helper function. Given a list of id-type-objects, it extracts the ids itself and returns them as a vector
Value
The ids as a integer64-vector
Author(s)
Holger Hoefling
[Package hdf5r version 1.3.12 Index]