Description Usage Arguments Examples
View source: R/comfy-functions.R
Combines the benefits of try and else into one easy-to-use function.
1 |
expr |
The expression to be attempted. |
el |
The return if expr fails. Can be a value or alternate function. |
return_error |
Should the error message of a failed expr be returned? Defaults to FALSE. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.