| backtrace {future} | R Documentation |
Back trace the expressions evaluated before a condition was caught
backtrace(future, envir = parent.frame(), ...)
future |
The future with a caught condition. |
envir |
the environment where to locate the future. |
... |
Not used. |
A list of calls.