While base::return() can only return from the current local
frame, return_from() will return from any frame on the
current evaluation stack, between the global and the currently
active context.
Usage
return_from(frame, value = NULL)
Arguments
frame
An execution environment of a currently running
function.