h5_errorHandling {rhdf5}R 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")


[Package rhdf5 version 2.37.4 Index]