Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

H5IdComponent-class

Class "H5IdComponent"


Description

A class representing a HDF5 identifier handle. HDF5 identifiers represent open files, groups, datasets, dataspaces, attributes, and datatypes.

Objects from the Class

Objects can be created by calls of H5Fcreate, H5Fopen, / H5Gcreate, H5Gopen, / H5Dcreate, H5Dopen, \ H5Dget_space, H5Screate_simple, \ H5Acreate, H5Aopen.

Slots

ID:

Object of class "integer". Contains the handle of C-type hid_t.

native

An object of class logical. If TRUE, array-like objects are treated as stored in HDF5 row-major rather than R column-major orientation. Using native = TRUE increases HDF5 file portability between programming languages. A file written with native = TRUE should also be read with native = TRUE

.

Methods

show

signature(object = "H5IdComponent"): Shows the filename.

Author(s)

Bernd Fischer

References

See Also

Examples

showClass("H5IdComponent")

rhdf5

R Interface to HDF5

v2.34.0
Artistic-2.0
Authors
Bernd Fischer [aut], Mike Smith [aut, cre] (<https://orcid.org/0000-0002-7800-3848>), Gregoire Pau [aut], Martin Morgan [ctb], Daniel van Twisk [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.