Is it possible to return data from the current iteration when the user interrupts R?
Sort of:
if (user.aborts == TRUE) { return(data) }
This would be really useful, since the input for this procedure is just the data. Then it can be broken and continued after that.
source share