Learn R Programming

rhdf5 (version 2.16.0)

h5errorHandling: 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.

Value

Details

Sets the options for HDF5 error hanlding.

References

http://www.hdfgroup.org/HDF5

See Also

rhdf5

Examples

Run this code
h5errorHandling("normal")

Run the code above in your browser using DataLab