Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

try_capture_stack

Try, capturing stack on error.


Description

This is a variant of tryCatch() that also captures the call stack if an error occurs.

Usage

try_capture_stack(quoted_code, env)

Arguments

quoted_code

code to evaluate, in quoted form

env

environment in which to execute code


evaluate

Parsing and Evaluation Tools that Provide More Details than the Default

v0.14
MIT + file LICENSE
Authors
Hadley Wickham [aut], Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.