lt | R Documentation |
lt()
prints the last error and the full backtrace and le()
returns the last error with a simplified backtrace. These functions are
just wrappers to rlang::last_trace()
and
rlang::last_error()
respectively.
lt()
le()
An object of class rlang_trace
.
An object of class rlang_error
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.