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