h5errorHandling: handling of HDF5 error messages

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/h5errorHandling.R

Description

Sets the options for handling HDF5 error messages.

Usage

1
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

1
h5errorHandling("normal")

rhdf5 documentation built on Nov. 8, 2020, 6:56 p.m.