last_error {rlang}R Documentation

Last abort() error

Description

Usage

last_error()

last_trace(drop = NULL)

Arguments

drop

Whether to drop technical calls. These are hidden from users by default, set drop to FALSE to see the full backtrace.

See Also


[Package rlang version 1.1.3 Index]