Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/h5errorHandling.R
Sets the options for handling HDF5 error messages.
1 | 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. |
Sets the options for HDF5 error hanlding.
Returns 0 if options are set successfully.
Bernd Fischer
https://portal.hdfgroup.org/display/HDF5
rhdf5
1 | h5errorHandling("normal")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.