Prints the last CLR exception. This is roughly the equivalent of the traceback function of R.
1 |
1 2 3 4 5 | ## Not run:
clrCallStatic("Rclr.TestCases", "ThrowException", 10L) # will be truncated by the Rf_error API
clrTraceback() # prints the full stack trace
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.