h5_errorHandling: Set how HDF5 error messages are displayed

h5_errorHandlingR Documentation

Set how HDF5 error messages are displayed

Description

Sets the options for handling HDF5 error messages in the R sessions.

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

Returns 0 if options are set successfully.

Author(s)

Bernd Fischer

See Also

rhdf5

Examples


h5errorHandling("normal")


grimbough/rhdf5 documentation built on April 16, 2024, 8:22 p.m.