Learn R Programming

RoME (version 0.2.4)

printError: Management of the error in logfile.

Description

Management of the error in logfile.

Usage

printError(funname,check_without_errors, stop_)

Value

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

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

Author

I. Bitetto, W. Zupa

References

Anonymus. 2017. MEDITS-Handbook. Version n. 9. MEDITS Working Group. 106 pp.

Examples

Run this code
printError("check_abundance", FALSE, FALSE)

Run the code above in your browser using DataLab