Description Usage Arguments Value Examples
Back trace the expressions evaluated when an error was caught
1 | backtrace(future, envir = parent.frame(), ...)
|
future |
A future with a caught error. |
envir |
the environment where to locate the future. |
... |
Not used. |
A list with the future's call stack that led up to the error.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.