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

H5

HDF5 General Library Functions


Description

These low level functions provide general general libary functions for HDF5.

Usage

H5open             ()
H5close            ()
H5garbage_collect  ()
H5get_libversion   ()

Details

These low level functions provide general general libary functions for HDF5 C-library libhdf5. See https://portal.hdfgroup.org/display/HDF5/Library for further details.

Value

H5open initializes the HDF5 library. H5close flushes all data to disk, closes all open identifiers, and cleans up memory. H5garbage_collect cleans up memory. H5get_libversion returns the version number of the HDF5 C-library.

Author(s)

Bernd Fischer

References

See Also

Examples

# test for file locking
if( !h5testFileLocking( tempdir() ) ) {
      h5disableFileLocking()
}

H5open()
H5close()
H5garbage_collect()
H5get_libversion()

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.