Sets the options for handling HDF5 error messages in the R sessions.
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
Returns 0 if options are set successfully.
Examples
h5errorHandling("normal")