try_capture_stack | R Documentation |
This is a variant of tryCatch()
that also captures the call
stack if an error occurs.
try_capture_stack(quoted_code, env)
quoted_code |
code to evaluate, in quoted form |
env |
environment in which to execute code |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.