h5errorHandling {rhdf5}R Documentation

handling of HDF5 error messages

Description

Sets the options for handling HDF5 error messages.

Usage

h5errorHandling (type="normal")

Arguments

type

'normal' (default) shows a one line error message in R. 'verbose' shows the whole HDF5 error message. 'suppress' suppresses the HDF5 error messages completely.

Details

Sets the options for HDF5 error hanlding.

Value

Returns 0 if options are set successfully.

Author(s)

Bernd Fischer

References

https://portal.hdfgroup.org/display/HDF5

See Also

rhdf5

Examples

h5errorHandling("normal")

[Package rhdf5 version 2.36.0 Index]