assert | R Documentation |
Raises an assertion error when any(expr)
is false.
assert( expr, error_message = NULL, error_class = NULL, call = rlang::caller_call(), env = rlang::caller_env(), print_expr = NULL, ... )
expr |
< |
error_message |
< |
error_class |
< |
call |
The execution environment of a currently running
function, e.g. You only need to supply Can also be |
env |
< |
print_expr |
< |
... |
< |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.