View source: R/008_utilities_error.R
| DCPError | R Documentation |
Creates a custom R condition of class "DCPError" for disciplined convex programming violations.
DCPError(message, call = sys.call(-1L))
message |
Character error message |
call |
The call to include in the condition (default: caller's call) |
A condition object of class c("DCPError", "error", "condition")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.