printError: Management of the error in logfile.

View source: R/printError.R

printErrorR Documentation

Management of the error in logfile.

Description

Management of the error in logfile.

Usage

printError(funname,check_without_errors, stop_)

Arguments

funname

name of the check function.

check_without_errors

TRUE if there is no error, FALSE if there is any error.

stop_

TRUE if the 'RoME' function has to stop, FALSE if the run should continue

Value

The function updates the 'stop_' value and returns it as a logical value.

Author(s)

I. Bitetto, W. Zupa

References

Anonymus. 2017. MEDITS-Handbook. Version n. 9. MEDITS Working Group. 106 pp. https://www.sibm.it/MEDITS%202011/principaledownload.htm

Examples

printError("check_abundance", FALSE, FALSE)

RoME documentation built on April 24, 2026, 1:07 a.m.