Description Usage Arguments Value See Also Examples
These functions are equivalent to their purrr equivalents, but actually run the code instead of returning a function.
1 2 3 4 5 |
.expression |
R Code which can be run. |
.otherwise |
Default value to use when an error occurs. |
... |
Arguments passed on to |
safe: Returns a list with
components result and error. One value is always NULL.
quiet: Returns a list with components
result, output, messages and warnings.
possible: Uses a default value (.otherwise)
whenever an error occurs.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.