Check if model run was successful
Usage
check_model_run(out, stop.on.error = TRUE)
Arguments
- out
Output from model execution, as a character.
- stop.on.error
Throw error if any of the runs fails. Default TRUE.
Value
TRUE if model run succeeded. If model run failed, throw an error if stop.on.error, or return FALSE.