View source: R/server_related_functions.R
CatchToList | R Documentation |
Catch errors, warnings and messages generated when executing an R expression
CatchToList(expr)
expr |
An R expression to execute. |
A list containing errors, warnings and messages which were generated
when executing expr
and the return value from expr
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.