Description Usage Arguments Value See Also
Fail_With() turns a function that throws an error into a function
that returns a default value when there is an error. The essence of
Fail_With() is simple: it is just a wrapper around try(),
the function that captures errors and allows execution to continue.
1 |
.default |
default value. |
.f |
any function that throws an error. |
.silent |
logical: should the report of error messages be suppressed? |
a function that returns a default value when there's an error.
Other function operators: Compose,
%O%; Memoise;
Partial; Reduce_Right
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.