Closed rwmcintosh closed 7 months ago
Couple of options for discussion.
If we use error_return(ex.what()) type of return then the following results in RStudio and the process stops
error_return(ex.what())
I can also return an integer flag instead where flow control could then be used to retry. LMK your preference
error_return
.External
Couple of options for discussion.
If we use
error_return(ex.what())
type of return then the following results in RStudio and the process stopsI can also return an integer flag instead where flow control could then be used to retry. LMK your preference