Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

future (version 1.4.0)

backtrace: Back trace the expressions evaluated before a condition was caught

Description

Back trace the expressions evaluated before a condition was caught

Usage

backtrace(future, envir = parent.frame(), ...)

Arguments

future
The future with a caught condition.
envir
the environment where to locate the future.
Not used.

Value

A list of calls.