View source: R/R6Classes_H5T.R
| text_to_dtype | R Documentation |
Convert a text description to a datatype
text_to_dtype(text, lang_type = h5const$H5LT_DDL)
text |
The text to convert to the datatype |
lang_type |
The type of language to use; currently only |
Converts a text to a datatype using the HDF5 function H5LT_text_to_dtype.
A datatype corresponding to the text with the appropriate class inheriting from H5T.
Holger Hoefling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.