h5GuessDtype {hdf5r.Extra}R Documentation

Guess an HDF5 Datatype

Description

Wrapper around hdf5r::guess_dtype, allowing for the customization of string types such as utf-8 rather than defaulting to variable-length ASCII-encoded strings.

Usage

h5GuessDtype(x, stype = c("utf8", "ascii7"), ...)

Arguments

x

The object for which to guess the HDF5 datatype

stype

'utf8' or 'ascii7'

...

Arguments passed to hdf5r::guess_dtype

Value

An object of class H5T

References

https://github.com/mojaveazure/seurat-disk/blob/163f1aade5bac38ed1e9e9c912283a7e74781610/R/zzz.R

See Also

guess_dtype

Examples

h5GuessDtype(0)
h5GuessDtype("abc")


[Package hdf5r.Extra version 0.0.6 Index]