[Rd] Is it possible to retrieve the last error? (not error *message*)
Henrik Bengtsson
henrik.bengtsson at gmail.com
Wed May 4 21:41:00 CEST 2016
Hi,
at the R prompt, is it possible to retrieve the last error (as in
condition object of class "error")?
I'm not asking for geterrmessage(), which only returns the error
message (as a character string). I'm basically looking for a
.Last.error or .Last.condition, analogously to .Last.value for values,
which can be used when it is "too late" (not possible) to go back an
use try()/tryCatch().
Thanks,
Henrik
More information about the R-devel
mailing list