Skip to content
Prev 49107 / 63424 Next

debuggingState() analogous to tracingState() ?

On 02/10/2014 11:55 AM, Richard M. Heiberger wrote:
You can add on.exit(browser()) to do that, or use the exit option of 
trace().  The new (R-devel only) function returnValue() will tell you 
what is about to be returned.  In the current release, the return value 
isn't available at that point.

Duncan Murdoch