View source: R/signalConditions.R
signalConditions | R Documentation |
Captured conditions that meet the include
and exclude
requirements are signaled in the order as they were captured.
signalConditions(
future,
include = "condition",
exclude = NULL,
resignal = TRUE,
...
)
future |
A resolved Future. |
include |
A character string of condition classes to signal. |
exclude |
A character string of condition classes not to signal. |
resignal |
If TRUE, then already signaled conditions are signaled again, otherwise not. |
... |
Not used. |
Returns the Future where conditioned that were signaled have been flagged to have been signaled.
Conditions are signaled by
signalCondition()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.