tryStack: A way to run code, handle errors, and (unlike tryCatch)...

Description Usage See Also

View source: R/utilities.R

Description

A way to run code, handle errors, and (unlike tryCatch) preserve the traceback.

Usage

1
tryStack(expr, silent = FALSE)

See Also

Many thanks to Berry Boessenkool for sharing this very useful bit of code. https://stackoverflow.com/a/40899766/3371472


ekernf01/freezr documentation built on Feb. 8, 2022, 5:22 a.m.