Learn R Programming

future (version 1.6.2)

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.