H5functions: HDF5 General Library Functions

H5functionsR Documentation

HDF5 General Library Functions

Description

These low level functions provide general library functions for HDF5.

Usage

H5open()

H5close()

H5garbage_collect()

H5get_libversion()

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, Mike Smith

Examples

## Not run: 
  H5open()
  H5close()
  H5garbage_collect()
  H5get_libversion()

## End(Not run)

grimbough/rhdf5 documentation built on April 16, 2024, 8:22 p.m.