printError_cc: Management of the error in logfile.

View source: R/printError_cc.R

printError_ccR Documentation

Management of the error in logfile.

Description

Management of the error in logfile.

Usage

printError_cc(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)

W. Zupa, I. Bitetto

References

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

Examples

printError_cc("check_abundance", FALSE, FALSE)

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