h5_errorHandling {rhdf5} | R Documentation |
Sets the options for handling HDF5 error messages in the R sessions.
h5errorHandling(type = "normal")
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. |
Returns 0 if options are set successfully.
Bernd Fischer
h5errorHandling("normal")