Description Usage Arguments Details Value
View source: R/error_handling.R
Evaluates an expression without throwing warning/errors.
1 | withWarnings(expr)
|
expr |
Expression to evaluate |
Instead of throwing warnings/errors, the warnings/errors are returned in a list object, alongside with the results.
List containing values, warnings, and errors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.