lt: Last error

Description Usage Value

View source: R/utils.R

Description

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.

Usage

1
2
3
lt()

le()

Value

An object of class rlang_trace.

An object of class rlang_error.


lvmisc documentation built on April 5, 2021, 5:06 p.m.