H5T_VLEN-class | R Documentation |
Inherits from class H5T
. This can make any datatype a variable length datatype.
This would mostly be intended for storing ragged arrays.
Object of class H5T_VLEN
.
new(dtype_base, id = NULL)
Create a variable length datatype
Parameters
The basis-type of the variable length datatype
Internal use only
get_super()
This function implements the HDF5-API function H5Tget_super. Please see the documentation at https://support.hdfgroup.org/documentation/hdf5/latest/group___h5_t.html for details.
describe()
Print a detailed description of the datatype; this is experimental
Holger Hoefling
H5T
vlen_int <- H5T_VLEN$new(h5types$H5T_NATIVE_INT)
vlen_int
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.