h5_errorHandling | 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
rhdf5
h5errorHandling("normal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.