backtrace {future}R Documentation

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.


[Package future version 1.6.0 Index]