clrTraceback: Prints the last CLR exception

Description Usage Examples

Description

Prints the last CLR exception. This is roughly the equivalent of the traceback function of R.

Usage

1

Examples

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)

jmp75/rClr documentation built on June 11, 2019, 6:45 p.m.