printError {RoME} | R Documentation |
Management of the error in logfile.
printError(funname,check_without_errors, stop_)
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 |
Description of the error is reported in the logfile and/or in the console.
I. Bitetto, W. Zupa
Anonymus. 2017. MEDITS-Handbook. Version n. 9. MEDITS Working Group. 106 pp.https://www.sibm.it/MEDITS 2011/principaledownload.htm
## Not run: printError(funname,check_without_errors, stop_) ## End(Not run)