text_to_dtype: Convert a text description to a datatype

View source: R/R6Classes_H5T.R

text_to_dtypeR Documentation

Convert a text description to a datatype

Description

Convert a text description to a datatype

Usage

text_to_dtype(text, lang_type = h5const$H5LT_DDL)

Arguments

text

The text to convert to the datatype

lang_type

The type of language to use; currently only H5LT_DDL is supported.

Details

Converts a text to a datatype using the HDF5 function H5LT_text_to_dtype.

Value

A datatype corresponding to the text with the appropriate class inheriting from H5T.

Author(s)

Holger Hoefling


hdf5r documentation built on Sept. 12, 2024, 7:14 a.m.