View source: R/df_counting_helpers.R
| safe_run | R Documentation |
Executes an R expression safely, returning NULL and printing an error message if an error occurs.
safe_run(expr)
expr |
An R expression to evaluate. |
The result of expr, or NULL if an error occurs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.