Description Usage Arguments Value See Also Examples
Raise an error if a warning occurs. Useful for making
certain tests more strict. It is a bit easier to use than
changing the ‘warn’ entry of options
from
the base package (because the entry would usually
need to be set back).
1 |
expr |
R expression to evaluate. |
msg |
Character vector to be used as error message.
If empty or |
... |
Optional further arguments to
|
domain |
Passed to |
The result of expr
(if no error occurs).
base::tryCatch base::stop base::options
Other coding-functions: L
,
LL
, assert
,
case
, check
, collect
,
contains
, flatten
,
listing
, map_names
,
map_values
, set
,
sql
, unnest
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.