lt: Last error

View source: R/utils.R

ltR Documentation

Last error

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

lt()

le()

Value

An object of class rlang_trace.

An object of class rlang_error.


lvmisc documentation built on June 22, 2024, 12:18 p.m.