throw | R Documentation |
Throws a condition of class c("document", "error", "condition").
throw(message_string, system_call = sys.call(-1), ...)
message_string |
The message to be thrown. |
system_call |
The call to be thrown. |
... |
Arguments to be passed to |
We use this condition as an error dedicated to document.
FALSE. But it does not return anything, it stops with a condition of class c("document", "error", "condition").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.