View source: R/hdf5-functions.R
h5GuessDtype | R Documentation |
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.
h5GuessDtype(x, stype = c("utf8", "ascii7"), ...)
x |
The object for which to guess the HDF5 datatype |
stype |
'utf8' or 'ascii7' |
... |
Arguments passed to |
An object of class H5T
https://github.com/mojaveazure/seurat-disk/blob/163f1aade5bac38ed1e9e9c912283a7e74781610/R/zzz.R
guess_dtype
h5GuessDtype(0)
h5GuessDtype("abc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.