View source: R/common_conditions.R
do_safely | R Documentation |
The function allows to evaluates an expression and store eventual errors in the results data structure.
do_safely(expr)
expr |
Expression to evaluate |
A list with entries results and error (one of them is NA)
do_safely("a"/1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.